{
  "id": "/",
  "name": "GoalPoles - Live Football",
  "short_name": "GoalPoles",
  "description": "Live football scores, breaking news, league tables and TV listings worldwide.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a3d20",
  "theme_color": "#0a3d20",
  "categories": ["sports", "news"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live scores and breaking news on GoalPoles"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "4800x3153",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GoalPoles desktop — live scores, news and TV listings"
    }
  ],
  "icons": [
    { "src": "/icon-48.png",   "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png",  "sizes": "384x384", "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 Scores",
      "short_name": "Scores",
      "description": "View live match scores",
      "url": "/matches",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Breaking football news",
      "url": "/news",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "TV Listings",
      "short_name": "TV",
      "description": "Football on TV today",
      "url": "/tv",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
