{
  "name": "FPL Verdict — Fantasy Premier League Analysis",
  "short_name": "FPL Verdict",
  "description": "Analyse your Fantasy Premier League squad, follow the gameweek live and catch price changes before they land.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#090d15",
  "theme_color": "#090d15",
  "categories": ["sports", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live gameweek",
      "short_name": "Live",
      "description": "Your squad on the pitch with live points",
      "url": "/live?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Price changes",
      "short_name": "Prices",
      "description": "Who rises and falls tonight",
      "url": "/prices?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
