{
  "name": "LumenQube",
  "short_name": "LumenQube",
  "description": "Private iPhone companion for LumenAgent and your desktop workspace.",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "share_target": {
    "action": "/mobile",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "orientation": "portrait-primary",
  "background_color": "#f5f6fb",
  "theme_color": "#f7f8fc",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "/lumen-mobile-icon.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Ask LumenQube", "short_name": "Ask", "url": "/mobile?tab=agent" },
    { "name": "Workspace", "short_name": "Workspace", "url": "/mobile?tab=workspace" }
  ]
}
