{
  "name": "Grosvia — Smart Grocery Decision Assistant",
  "short_name": "Grosvia",
  "description": "Know what's inside before you buy. Scan a barcode, search products, or upload a nutrition label for an instant health verdict.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFC",
  "theme_color": "#16A34A",
  "categories": ["food", "health", "shopping", "lifestyle", "utilities"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any",      "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon.svg", "sizes": "192x192",  "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon.svg", "sizes": "512x512",  "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Scan Barcode",     "short_name": "Scan",    "url": "/scanner",  "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] },
    { "name": "Search Product",   "short_name": "Search",  "url": "/search",   "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] },
    { "name": "Basket",           "short_name": "Basket",  "url": "/basket",   "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] }
  ]
}
