{
  "name": "Bitcall Dialer",
  "short_name": "Bitcall",
  "description": "Bitcall Dialer — Business Phone",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#14b8a6",
  "orientation": "any",
  "categories": ["business", "productivity"],

  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "/?dial=%s"
    },
    {
      "protocol": "web+bitcall",
      "url": "/?action=%s"
    }
  ],

  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "text": "dial"
    }
  },

  "shortcuts": [
    {
      "name": "Open Dialer",
      "short_name": "Dial",
      "url": "/?view=dialer",
      "icons": [{ "src": "/icons/shortcut-dial.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Call History",
      "short_name": "History",
      "url": "/?view=history",
      "icons": [{ "src": "/icons/shortcut-history.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
