{
  "name": "CallBridge",
  "short_name": "CallBridge",
  "description": "1:1 calls, rooms for up to 12, and chat. Nothing else.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "categories": ["business", "productivity", "communication"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a room",
      "short_name": "New room",
      "url": "/app/rooms",
      "description": "Create a new meeting room"
    }
  ]
}
