{
  "id": "/cc/",
  "name": "AI Platform Command Center",
  "short_name": "Command Center",
  "description": "Real-time monitoring and control for your AI infrastructure",
  "start_url": "/cc/",
  "scope": "/cc/",
  "display": "standalone",
  "background_color": "#0a0c14",
  "theme_color": "#0a0c14",
  "orientation": "any",
  "icons": [
    {
      "src": "/cc/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/cc/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "utilities",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "CEO Chat",
      "url": "/cc/ceo-chat",
      "description": "Strategic AI assistant"
    },
    {
      "name": "Dashboard",
      "url": "/cc/",
      "description": "Platform overview"
    },
    {
      "name": "Knowledge",
      "url": "/cc/knowledge",
      "description": "Semantic search"
    }
  ]
}