{
  "name": "AgentCloud",
  "short_name": "AgentCloud",
  "description": "Your AI team that never sleeps. A private team of AI agents living on a 24/7 server in the cloud.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0e8",
  "theme_color": "#4a7fa5",
  "categories": ["productivity", "business", "utilities"],
  "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" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Open chat",
      "short_name": "Chat",
      "description": "Chat with your agent",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Morning Brief",
      "short_name": "Brief",
      "description": "Configure your daily Morning Brief",
      "url": "/dashboard?tab=brief",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
