{
  "name": "Prime Ventures Command Center",
  "short_name": "CMD Center",
  "description": "Operator dashboard for Prime Ventures — voice receptionist, chatbot, server health, costs, alerts.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05060d",
  "theme_color": "#00e5ff",
  "categories": ["business", "productivity", "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Overview",
      "short_name": "Overview",
      "description": "Live operator overview",
      "url": "/"
    },
    {
      "name": "Server Health",
      "short_name": "Health",
      "description": "VPS + service status",
      "url": "/health"
    },
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "Open incidents and alert history",
      "url": "/alerts"
    },
    {
      "name": "Quick Actions",
      "short_name": "Actions",
      "description": "Operator quick-actions menu",
      "url": "/actions"
    }
  ]
}
