{
  "short_name": "PricePAL Compare",
  "name": "PricePAL Compare - UK Grocery & Fuel Price Comparison",
  "description": "Compare grocery prices and fuel prices across the UK. Scan barcodes, find the best deals, and save money every week.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#16a34a",
  "background_color": "#f0fdf4",
  "orientation": "portrait-primary",
  "categories": ["shopping", "finance", "lifestyle", "food"],
  "lang": "en-GB",
  "dir": "ltr",
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Scan Barcode",
      "short_name": "Scan",
      "description": "Open the barcode scanner",
      "url": "/app?tab=scan",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Compare Prices",
      "short_name": "Compare",
      "description": "Compare product prices",
      "url": "/app?tab=compare",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
