{
  "name": "DesignBoom",
  "short_name": "D-Boom",
  "display": "standalone",
  "start_url": "/?utm_source=pwa",
  "background_color": "#011b2c",
  "orientation": "portrait",
  "theme_color": "#7098FF",
  "icons": [
    {
      "src": "/local/templates/db2021/images/logo_db.svg",
      "type": "image/svg",
      "sizes": "81x40"
    },
    {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
    },
    {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
    }
  ]
}
