{
  "name": "SwiftCall",
  "short_name": "SwiftCall",
  "description": "Fast, encrypted voice and video calls",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a56db",
  "theme_color": "#1a56db",
  "lang": "en",
  "categories": ["communication", "social"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/splash-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SwiftCall home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "New Call",
      "short_name": "Call",
      "url": "/?tab=calls",
      "description": "Start a new call",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
