{
  "name": "Midnight Static TV",
  "short_name": "Midnight Static",
  "description": "Midnight Static TV — live channels, guide, weather, and shopping",
  "start_url": "/tv-guide",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#050510",
  "background_color": "#000000",
  "lang": "en",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/static/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "TV Guide",
      "short_name": "Guide",
      "url": "/tv-guide",
      "icons": [{ "src": "/static/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shopping Network",
      "short_name": "Shop",
      "url": "/channel/X",
      "icons": [{ "src": "/static/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weather Channel",
      "short_name": "Weather",
      "url": "/channel/11",
      "icons": [{ "src": "/static/app-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
