{
  "name": "ScaleSet Electrical Calculator Suite",
  "short_name": "ScaleSet",
  "description": "Professional electrical design calculators to AS/NZS 3000 and 3008: cable sizing, maximum demand, voltage drop and 18+ more, with a single line diagram builder. Works offline once opened.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [
          ".scaleset",
          ".elecas"
        ]
      },
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
