{
  "name": "TN Power Cut Alert",
  "short_name": "PowerCut",
  "description": "Get notified before scheduled power cuts in your area. Covers all of Chennai with area-wise alerts. No login required.",
  "start_url": "/",
  "id": "com.tnpowercut.alert",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f5f5f5",
  "theme_color": "#1a237e",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Check Today's Cuts",
      "url": "/",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "icons": [
    {"src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"}
  ],
  "screenshots": [
    {"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "narrow"}
  ],
  "prefer_related_applications": false
}
