{
  "name": "SmartFitSpace",
  "short_name": "SmartFit",
  "description": "Personalized training built around your room.",
  "id": "/",
  "start_url": "/today",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0b0b0c",
  "theme_color": "#16a34a",
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    { "name": "Today", "short_name": "Today", "url": "/today", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Log water", "short_name": "Water", "url": "/nutrition?action=water", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Ask coach", "short_name": "Coach", "url": "/coach", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Scan room", "short_name": "Scan", "url": "/scan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/nutrition",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}