{
  "short_name": "CMS",
  "name": "Content Management System",
  "icons": [
    {
      "src": "/Content/images/icons/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/Content/images/icons/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#fff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "theme_color": "#fff",
  "display_override": [ "window-controls-overlay" ],
  "shortcuts": [
    {
      "short_name": "CMS",
      "name": "Content Management System",
      "url": "/",
      "icons": [
        {
          "src": "/Content/images/icons/logo.svg",
          "sizes": "150x150",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}