{
  "name": "Vivaris",
  "short_name": "Vivaris",
  "description": "Live well. Eat right. Finally.",
  "start_url": "/agent/chat",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0c0c0a",
  "theme_color": "#a8d46e",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "food"],
  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My Week", "short_name": "Week", "description": "View your meal plan", "url": "/agent/week", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }] },
    { "name": "Ask Vivaris", "short_name": "Chat", "description": "Chat with your AI companion", "url": "/agent/chat", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }] },
    { "name": "Scan Food", "short_name": "Scan", "description": "Scan and log food", "url": "/agent/scan", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }] }
  ],
  "prefer_related_applications": false
}