{
  "name": "Chloq — AI Orchestration",
  "short_name": "Chloq",
  "description": "Device-aware AI orchestration. Local, balanced, or cloud — your hardware, your rules.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0A0F16",
  "theme_color": "#2462FF",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Assistant",
      "url": "/app/chat",
      "description": "Open the domain expert assistant"
    },
    {
      "name": "Device Profile",
      "url": "/app",
      "description": "View your device profile and mode settings"
    }
  ],
  "categories": ["productivity", "utilities"]
}
