{
  "id": "/app",
  "name": "Darkhorse Fishing",
  "short_name": "Darkhorse",
  "description": "AI-powered strike planning and freshwater fishing guide for anglers who think differently.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#5aff47",
  "categories": ["sports", "lifestyle"],
  "icons": [
    { "src": "/icon-48.png",  "sizes": "48x48",   "type": "image/png" },
    { "src": "/icon-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/strike-plan-preview.png",
      "sizes": "1270x2726",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Build a Strike Plan tuned to your water and species"
    }
  ],
  "shortcuts": [
    {
      "name": "Build Strike Plan",
      "short_name": "Strike Plan",
      "description": "Open the AI Strike Plan builder",
      "url": "/app?source=shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
