{
  "name": "iCanPhone",
  "short_name": "iCanPhone",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#efefea",
  "theme_color": "#0058af",
  "description": "Make audio calls directly from one device to another, without an intermediary server.",
  "icons": [
    {
      "src": "/img/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}