{
  "name": "Lumi - Executive Operator",
  "short_name": "Lumi",
  "description": "Lumi Executive Operator powered by Google AI",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#0a0a0a",
  "icons": [
    {
      "src": "/image/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/image/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/image/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/image/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Instantly capture a task, idea, or habit log",
      "url": "/?capture=1",
      "icons": [
        {
          "src": "/image/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "description": "Start a new conversation with LUMI",
      "url": "/?view=chat",
      "icons": [
        {
          "src": "/image/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Open LUMI command center",
      "url": "/",
      "icons": [
        {
          "src": "/image/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
