{
  "name": "Kleen.AI - Food Health Scanner",
  "short_name": "Kleen.AI",
  "description": "Scan barcodes for instant ingredient safety scores. Know what's really in your food.",
  "start_url": "/scanner.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fafaf5",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": ["health", "food", "lifestyle"],
  "lang": "en-US",
  "id": "ai.kleen.app",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Barcode",
      "short_name": "Scan",
      "description": "Open the barcode scanner",
      "url": "/scanner.html?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Search for products",
      "url": "/search.html?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/kleen-ai-food-health-scanner/id_PLACEHOLDER",
      "id": "ai.kleen.app"
    }
  ]
}
