{
  "name": "Fishare — Your Fishing Companion",
  "short_name": "Fishare",
  "description": "The ultimate fishing companion — real-time conditions, AI analysis, catch logging, species guides, and more",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080f1c",
  "theme_color": "#00d4b8",
  "orientation": "portrait-primary",
  "id": "/",
  "categories": ["sports", "weather", "lifestyle"],
  "icons": [
    {
      "src": "/fish-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/fish-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/fish-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Conditions",
      "description": "Check fishing conditions",
      "url": "/?tab=conditions",
      "icons": [{ "src": "/fish-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Catch",
      "short_name": "Log",
      "description": "Log a new catch",
      "url": "/?tab=log",
      "icons": [{ "src": "/fish-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Guides, articles, and gear",
      "url": "/?tab=learn",
      "icons": [{ "src": "/fish-192.png", "sizes": "192x192" }]
    }
  ]
}
