{
  "name": "IngredIQ",
  "short_name": "IngredIQ",
  "description": "Evidence-based nutrition and supplement intelligence",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0f0a",
  "theme_color": "#0d0f0a",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "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"
    }
  ],
  "categories": ["health", "food"],
  "shortcuts": [
    {
      "name": "Nutrition Encyclopedia",
      "short_name": "Encyclopedia",
      "url": "./?screen=encyclopedia",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stack Auditor",
      "short_name": "Auditor",
      "url": "./?screen=auditor",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Label Decoder",
      "short_name": "Decoder",
      "url": "./?screen=decoder",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
