{
  "name": "FanPulse",
  "short_name": "FanPulse",
  "description": "Your personalized sports dashboard — scores, headlines, and alerts for the teams you love.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d0f14",
  "theme_color": "#f5a623",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "news"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Your personalized sports dashboard"
    },
    {
      "name": "Headlines",
      "short_name": "Headlines",
      "url": "/headlines",
      "description": "Latest sports headlines"
    }
  ]
}
