{
  "name": "SpurBall - Football Coverage & Tactical Analysis",
  "short_name": "SpurBall",
  "description": "Independent football blogging platform for in-depth tactical breakdowns, live match statistics, and transfer rumors.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f5f8",
  "theme_color": "#4f46e5",
  "scope": "/",
  "categories": ["sports", "news", "magazines"],
  "icons": [
    {
      "src": "/SpurBall-black.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Stories",
      "short_name": "News",
      "description": "Browse the latest football articles and match breakdowns",
      "url": "/",
      "icons": [{ "src": "/icon-192.webp", "sizes": "192x192" }]
    },
    {
      "name": "Tactical Board",
      "short_name": "Tactics",
      "description": "Explore interactive football tactics and player positions",
      "url": "/#tactics",
      "icons": [{ "src": "/icon-192.webp", "sizes": "192x192" }]
    },
    {
      "name": "Transfer Radar",
      "short_name": "Transfers",
      "description": "Check live transfer rumors and player deals",
      "url": "/#transfers",
      "icons": [{ "src": "/icon-192.webp", "sizes": "192x192" }]
    }
  ]
}
