{
  "name": "EzPeek SmartShop",
  "short_name": "EzPeek",
  "description": "Search any product and see real prices across Amazon, Walmart, Target, Best Buy, and 30+ stores — no ad space sold, unbiased ranking.",
  "start_url": "/compare",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8FAFC",
  "theme_color": "#1E3A8A",
  "categories": ["shopping", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search prices",
      "short_name": "Search",
      "description": "Search any product and see every real price",
      "url": "/compare",
      "icons": [{ "src": "/icons/icon-128.png", "sizes": "128x128" }]
    },
    {
      "name": "Shopping lists",
      "short_name": "Lists",
      "description": "View your saved shopping lists",
      "url": "/lists",
      "icons": [{ "src": "/icons/icon-128.png", "sizes": "128x128" }]
    },
    {
      "name": "Savings",
      "short_name": "Savings",
      "description": "See how much you have saved",
      "url": "/savings",
      "icons": [{ "src": "/icons/icon-128.png", "sizes": "128x128" }]
    }
  ]
}
