{
  "name": "BBT OS — AI Agents Platform",
  "short_name": "BBT OS",
  "description": "NEXUS AI Agent Command Center",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#07090B",
  "theme_color": "#07090B",
  "orientation": "any",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Command Center",
      "url": "/dashboard",
      "description": "Open the main dashboard"
    },
    {
      "name": "Agents",
      "url": "/agents",
      "description": "Manage AI agents"
    },
    {
      "name": "Widget",
      "url": "/widget",
      "description": "Live support widget sites"
    }
  ]
}
