{
  "name": "CloudGentic.AI",
  "short_name": "CloudGentic",
  "description": "Your AI Agent — always available",
  "start_url": "/dashboard/chat",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat",
      "url": "/dashboard/chat",
      "description": "Open chat with your agent"
    },
    {
      "name": "Files",
      "url": "/dashboard/files",
      "description": "Manage your files"
    },
    {
      "name": "Channels",
      "url": "/dashboard/channels",
      "description": "Manage communication channels"
    }
  ]
}
