{
  "name": "MatchIQ - AI Football Predictions",
  "short_name": "MatchIQ",
  "description": "AI-powered football match predictions and betting insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#3e25f6",
  "orientation": "portrait-primary",
  "categories": ["sports", "entertainment"],
  "lang": "nl",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png", 
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png", 
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Matches",
      "short_name": "Today",
      "description": "View today's fixture predictions",
      "url": "/",
      "icons": [{"src": "/favicon-96x96.png", "sizes": "96x96"}]
    }
  ],
  "capture_links": "existing-client-navigate",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "scope": "/",
  "id": "matchiq-football-predictions"
}