{
  "name": "MagicBell",
  "short_name": "magicbell",
  "description": "MagicBell delivers notifications for your PWA or mobile web-app!",
  "start_url": "/test/web-push",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/img/logo/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/img/logo/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
