{
  "name": "Cybertection Central Command Station",
  "short_name": "Cybertection",
  "description": "AI-Powered Business Automation & Operations Hub - Complete Command Center",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "any",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to Dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Customer Sales",
      "short_name": "Sales",
      "description": "Go to Customer Sales",
      "url": "/customer-sales",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
