{
  "name": "GoalMind LIVE",
  "short_name": "GoalMind",
  "description": "Live football predictions with AI and GoalSoon algorithm",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0e1117",
  "theme_color": "#0e1117",
  "lang": "hr",
  "categories": ["sports"],
  "icons": [
    {"src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {
      "name": "Live utakmice",
      "short_name": "Live",
      "url": "/?tab=live",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Raspored",
      "short_name": "Raspored",
      "url": "/?tab=schedule",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "AI Analiza",
      "short_name": "AI",
      "url": "/?tab=ai",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
