{
  "name": "FlashDealSaver",
  "short_name": "FlashDeal",
  "description": "Find and compare the best prices across 50+ stores instantly. Always free.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1526",
  "theme_color": "#ea5c0c",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["shopping", "finance"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Deals",
      "short_name": "Search",
      "description": "Search for the best prices",
      "url": "/search",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Trending Deals",
      "short_name": "Trending",
      "description": "See what's trending now",
      "url": "/trending",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
