{
  "name": "HomeAutoHub",
  "short_name": "HomeAuto",
  "description": "Smart home dashboard — ESP32, energy monitoring, inverter control",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#06b6d4",
  "lang": "en",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Controls",
      "short_name": "Controls",
      "description": "Toggle your devices",
      "url": "controls.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Energy Monitor",
      "short_name": "Energy",
      "description": "Live power & energy data",
      "url": "energy.html",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "categories": ["utilities", "productivity"]
}
