{
  "name": "BiteCast — The Fishing Forecast",
  "short_name": "BiteCast",
  "description": "Find the fish. Before they find you. Australian offshore fishing intel — live SST, eddies, AI catch ID, lure intelligence, encrypted radio share.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06b6d4",
  "theme_color": "#06b6d4",
  "categories": ["sports", "navigation", "weather", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "64x64 32x32 16x16",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a catch",
      "short_name": "Catch",
      "url": "/app?action=catch",
      "description": "Quick-log a catch from your home screen"
    },
    {
      "name": "View map",
      "short_name": "Map",
      "url": "/app",
      "description": "Open the live forecast map"
    }
  ]
}
