{
  "name": "OneHub360 - All-in-One Business Platform",
  "short_name": "OneHub360",
  "description": "Centralized hub for managing multiple businesses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "scope": "/",
  "id": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View your dashboard"
    },
    {
      "name": "Inbox",
      "url": "/inbox",
      "description": "Check your inbox"
    },
    {
      "name": "Contacts",
      "url": "/contacts",
      "description": "Manage contacts"
    }
  ]
}
