{
  "name": "Gridiron Oracle",
  "short_name": "Gridiron Oracle",
  "description": "AI-powered NFL game predictions, spread analysis, and ROI tracking.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#007AFF",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["sports", "entertainment"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/social-preview.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Gridiron Oracle — AI NFL Predictions"
    }
  ],
  "shortcuts": [
    {
      "name": "Predictions",
      "url": "/predictions",
      "description": "View this week's AI game predictions"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Open the dashboard"
    }
  ]
}
