{
  "name": "BuildWatch - Construction Material Price Tracker",
  "short_name": "BuildWatch",
  "description": "Track and compare construction material prices across UK merchants",
  "theme_color": "#ea580c",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Price Alerts",
      "short_name": "Alerts",
      "description": "Manage your price alerts",
      "url": "/alerts",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Compare Prices",
      "short_name": "Compare",
      "description": "Compare prices across merchants",
      "url": "/compare",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["productivity", "utilities"]
}