{
  "name": "Simcircle",
  "short_name": "Simcircle",
  "description": "Digital number. SMS, 2FA, WhatsApp. No SIM required.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "/dashboard?call=%s"
    }
  ],
  "orientation": "portrait-primary",
  "theme_color": "#2F7BFF",
  "background_color": "#2F7BFF",
  "icons": [
    {
      "src": "/simcircle-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/simcircle-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
