{
  "name": "StokeFuel - Cheap Petrol Finder",
  "short_name": "StokeFuel",
  "description": "Find the cheapest petrol and diesel prices in Stoke-on-Trent. Live prices updated every 30 minutes.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["utilities", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Fuel",
      "short_name": "Find",
      "description": "Find cheap fuel near you",
      "url": "/?action=find",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
