{
  "name": "Fuel Near You",
  "short_name": "Fuel Near You",
  "description": "Find the cheapest petrol and diesel prices near you. Compare fuel prices at over 8,500 UK petrol stations.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["finance", "navigation", "travel", "utilities"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Cheap Fuel",
      "short_name": "Map",
      "description": "Find fuel stations near you",
      "url": "/map",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Journey Planner",
      "short_name": "Journey",
      "description": "Plan your trip and fuel costs",
      "url": "/journey",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Garage",
      "short_name": "Garage",
      "description": "Manage your vehicles",
      "url": "/garage",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
