{
  "id": "/",
  "name": "HaloPhone",
  "short_name": "HaloPhone",
  "description": "Cinch Home Buyers phone system — calls, texts, voicemail and call history in one app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#16171A",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/halophone-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/halophone-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/halophone-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/halophone-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "/dial?to=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "shortcuts": [
    {
      "name": "Dialer",
      "short_name": "Dialer",
      "description": "Open the keypad and place a call",
      "url": "/keypad",
      "icons": [{ "src": "/icons/halophone-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Open the SMS inbox",
      "url": "/sms",
      "icons": [{ "src": "/icons/halophone-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Call log",
      "short_name": "Call log",
      "description": "Recent calls",
      "url": "/call-log",
      "icons": [{ "src": "/icons/halophone-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
