{
  "name": "NutriLens",
  "short_name": "NutriLens",
  "description": "Evidence-based nutrition and supplement intelligence",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0f0a",
  "theme_color": "#0a0c08",
  "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"
    }
  ],
  "categories": ["health", "food"],
  "shortcuts": [
    {
      "name": "Superfood Encyclopedia",
      "short_name": "Foods",
      "url": "./?screen=encyclopedia",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Supplement Encyclopedia",
      "short_name": "Supps",
      "url": "./?screen=supp-enc",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Label Decoder",
      "short_name": "Decoder",
      "url": "./?screen=decoder",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
