{
  "name": "CallVerse",
  "short_name": "CallVerse",
  "description": "Free, secure, peer-to-peer video and voice calls",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0812",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["communication", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Call",
      "short_name": "Call",
      "description": "Start a new call",
      "url": "/addfriend",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
