{
  "name": "e-Sarathi Home Automation",
  "short_name": "e-Sarathi",
  "description": "BLE + WiFi relay controller for ESP32-based home automation",
  "start_url": "/apps/home_automation/",
  "scope": "/apps/home_automation/",
  "display": "standalone",
  "background_color": "#020a0f",
  "theme_color": "#00d4ff",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/apps/home_automation/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apps/home_automation/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apps/home_automation/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apps/home_automation/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/apps/home_automation/screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Relay Control Panel"
    },
    {
      "src": "/apps/home_automation/screenshots/screen2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Device Management & Voice Control"
    }
  ]
}
