{
  "name": "Vercetti Phone",
  "short_name": "Vercetti",
  "description": "Vercetti Phone — neon WebRTC dialer.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0218",
  "background_color": "#050010",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/vercetti-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/vercetti-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/vercetti-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New call",
      "short_name": "Dial",
      "description": "Open the dialer",
      "url": "/?shortcut=dial",
      "icons": [{ "src": "/icons/vercetti-192.png", "sizes": "192x192" }]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Recent call history",
      "url": "/?shortcut=history",
      "icons": [{ "src": "/icons/vercetti-192.png", "sizes": "192x192" }]
    }
  ]
}
