{
  "name": "AlaskaFish.app",
  "short_name": "AlaskaFish",
  "description": "Live Alaska salmon run counts, weather telemetry, and emergency orders.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0284c7",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Statewide GPS Map",
      "short_name": "Map",
      "description": "View fish counts on the map",
      "url": "/map",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Live Table",
      "short_name": "Live",
      "description": "Compare active salmon escapements",
      "url": "/live",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Emergency Alerts",
      "short_name": "Alerts",
      "description": "View regulatory updates",
      "url": "/alerts",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
