{
  "id": "/",
  "name": "Eddy Crown",
  "short_name": "EMM",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#f9f4f0",
  "background_color": "#f9f4f0",

  "protocol_handlers": [
    {
      "protocol": "web+emm",
      "url": "/handle-protocol?u=%s"
    }
  ],

  "icons": [
    {
      "src": "/favicon/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
