{
  "short_name": "Tech Buddy",
  "name": "Tech Buddy - Comprehensive Business Platform",
  "description": "A comprehensive, Tech Buddy with PWA features that integrates with existing helpdesk systems and enhances user collaboration, productivity, and security.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "security"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Portal",
      "short_name": "Portal",
      "description": "Access portal applications",
      "url": "/portal"
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open chat",
      "url": "/chat"
    },
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "Access secure vault",
      "url": "/vault"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+secureportal",
      "url": "/?action=%s"
    }
  ]
} 