{
  "id": "/",
  "name": "Bingwa Stocks Analysis",
  "short_name": "Bingwa",
  "description": "DSE Tanzania stock market analysis with AI insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#040810",
  "background_color": "#040810",
  "lang": "en-TZ",
  "dir": "ltr",
  "categories": ["finance", "education"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://bingwastocks.com/manifest.json"
    }
  ],
  "scope_extensions": [
    { "origin": "https://bingwastocks.com" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [".csv"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+bingwa",
      "url": "/?uri=%s"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bingwa Stocks home screen"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bingwa Stocks dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Market Radar",
      "short_name": "Radar",
      "description": "View live DSE stock prices",
      "url": "/radar",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Investment Calculator",
      "short_name": "Calculator",
      "description": "Calculate DSE investment costs",
      "url": "/calculator",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Weekly Picks",
      "short_name": "Weekly",
      "description": "Top performing DSE stocks this week",
      "url": "/weekly-picks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Learning Centre",
      "short_name": "Lessons",
      "description": "Learn how to invest on the DSE",
      "url": "/lessons",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
