{
  "id": "https://designedwire.com",
  "name": "DesignedWire",
  "short_name": "DesignedWire",
  "description": "Free browser-based electrical wiring diagram editor with NEC-aware auditing, box fill calculator, conduit fill calculator, and thermostat compatibility checker. No install required.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F7F5F2",
  "theme_color": "#C0621A",
  "orientation": "any",
  "lang": "en-US",
  "categories": [
    "utilities",
    "productivity",
    "business"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Launch Editor",
      "url": "/app",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Box Fill",
      "url": "/calc/box-fill",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Conduit Fill",
      "url": "/calc/conduit-fill",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}