{
  "name": "Seen Beyond the Label",
  "short_name": "SEEN",
  "description": "Know what's really in your food. Scan barcodes, detect hidden ingredients, and find allergen-safe products.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5DBDB3",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["food", "health", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Scan Barcode",
      "short_name": "Scan",
      "description": "Scan a product barcode",
      "url": "/scan",
      "icons": [{ "src": "/icons/scan-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Safe Products",
      "short_name": "Stores",
      "description": "Find allergen-safe products in stores",
      "url": "/stores",
      "icons": [{ "src": "/icons/store-shortcut.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/scanner.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Scan product barcodes instantly"
    },
    {
      "src": "/screenshots/analysis.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "AI-powered ingredient analysis"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
