{
  "name": "FlipWise",
  "short_name": "FlipWise",
  "description": "Know what it's worth before you buy. Scan thrift finds and see real resale prices across 20 marketplaces.",
  "start_url": "/scan.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFF",
  "theme_color": "#3B82F6",
  "lang": "en",
  "categories": ["shopping", "utilities", "finance"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan an Item",
      "short_name": "Scan",
      "description": "Open the item scanner",
      "url": "/scan.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
