{
  "name": "PriceWatchPro — Price History & Drop Alerts",
  "short_name": "PriceWatchPro",
  "description": "Track prices at Walmart, Best Buy and Home Depot. See real price history and get alerted when prices drop.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0b3d91",
  "lang": "en-US",
  "categories": ["shopping", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's biggest price drops",
      "short_name": "Deals",
      "url": "/deals?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Walmart price tracker",
      "short_name": "Walmart",
      "url": "/walmart?source=pwa"
    },
    {
      "name": "Best Buy price tracker",
      "short_name": "Best Buy",
      "url": "/bestbuy?source=pwa"
    },
    {
      "name": "Home Depot price tracker",
      "short_name": "Home Depot",
      "url": "/homedepot?source=pwa"
    }
  ]
}
