{
  "name": "BritPolls \u2014 UK Polling Tracker",
  "short_name": "BritPolls",
  "description": "Live UK polling data: Voting Intention, leader approval, Reform UK rise, and General Election 2029 tracker.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#C8102E",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "scope": "/",
  "categories": [
    "news",
    "politics"
  ],
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Voting Intention",
      "url": "/polls/voting-intention/",
      "description": "Live UK VI tracker"
    },
    {
      "name": "Reform UK",
      "url": "/parties/reform-uk/",
      "description": "Reform UK polling"
    },
    {
      "name": "GE 2029",
      "url": "/elections/general-2029/",
      "description": "GE 2029 forecast"
    }
  ]
}