{
  "name": "Vital — Premium Wellness",
  "short_name": "Vital",
  "description": "Honest, clinically-dosed supplements. Built with transparency — no proprietary blends, no hype, no filler.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a10",
  "theme_color": "#0a0a10",
  "lang": "en-US",
  "categories": ["health", "shopping", "lifestyle"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-apple-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Browse all Vital products",
      "url": "./index.html#products",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Build My Stack",
      "short_name": "My Stack",
      "description": "Take the Vital Protocol quiz",
      "url": "./index.html#vital-protocol",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dose Diary",
      "short_name": "Diary",
      "description": "Track your daily doses",
      "url": "./index.html#dose-diary",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
