{
  "name": "Who's Wallets - Ethical Shopping Companion",
  "short_name": "Who's Wallets",
  "description": "AI-powered ethical shopping companion that helps you make purchases aligned with your personal values. Scan barcodes, check companies, and shop with confidence.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "finance"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Scan Product",
      "short_name": "Scan",
      "description": "Scan a barcode or QR code to check ethical ratings",
      "url": "/scan",
      "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search for companies and products",
      "url": "/home",
      "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
    }
  ]
}
