{
  "name": "Eureka Meet",
  "short_name": "Eureka",
  "description": "Your virtual office — calls, planner, and the 3D space.",
  "start_url": "/call",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "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/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Start a call", "url": "/call" },
    { "name": "Your day", "url": "/today" }
  ]
}
