{
  "name": "MyIntelBrief",
  "short_name": "MIB",
  "description": "AI-powered competitive intelligence for your business",
  "start_url": "/wbi/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08090a",
  "theme_color": "#00ff88",
  "lang": "en",
  "scope": "/wbi/",
  "icons": [
    {
      "src": "/wbi/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wbi/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/wbi/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/wbi/dashboard",
      "description": "View your competitive intelligence dashboard"
    },
    {
      "name": "Demo",
      "url": "/wbi/demo",
      "description": "Try the free demo"
    }
  ]
}
