{
  "name": "Fuel Finder UK - Compare Petrol & Diesel Prices",
  "short_name": "Fuel Finder",
  "description": "Find the cheapest petrol and diesel prices near you. Compare live fuel prices from 3 UK stations.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#f9fafb",
  "theme_color": "#0D9488",
  "orientation": "any",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["utilities", "finance", "navigation"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/core/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/core/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/core/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/core/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/core/images/screenshot-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Fuel Finder UK Desktop View"
    },
    {
      "src": "/static/core/images/screenshot-mobile.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Fuel Finder UK Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Petrol",
      "short_name": "Petrol",
      "description": "Find cheapest petrol near you",
      "url": "/?fuel=petrol&utm_source=pwa_shortcut",
      "icons": [{ "src": "/static/core/images/apple-touch-icon.png", "sizes": "180x180" }]
    },
    {
      "name": "Find Diesel",
      "short_name": "Diesel",
      "description": "Find cheapest diesel near you",
      "url": "/?fuel=diesel&utm_source=pwa_shortcut",
      "icons": [{ "src": "/static/core/images/apple-touch-icon.png", "sizes": "180x180" }]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
