{
  "name": "FishSmart Pro:Fishing Forecast",
  "short_name": "FishSmart",
  "description": "Advanced AI-powered fishing intelligence platform with real-time environmental analysis and bite predictions",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e27",
  "theme_color": "#0a0e27",
  "categories": [
    "sports",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+fishsmart",
      "url": "/?action=%s"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-1-playstore.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FishSmart Pro forecast and conditions view"
    },
    {
      "src": "screenshot-2-playstore.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FishSmart Pro bite intelligence dashboard"
    }
  ],
  "prefer_related_applications": false
}