{
  "name": "Simplicalcs",
  "short_name": "Simplicalcs",
  "description": "Free calculators for electricians and professionals. Works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F5",
  "theme_color": "#5B7FA6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Volt Drop Calculator",
      "url": "/volt-drop-calculator/",
      "description": "Calculate voltage drop on cable runs"
    },
    {
      "name": "Electrical Tools",
      "url": "/electrical/",
      "description": "All electrical calculators"
    }
  ],
  "categories": ["utilities", "productivity"]
}