{
  "name": "memphis",
  "short_name": "memphis",
  "icons": [
      {
          "src": "./content/images/eon_logo.png",
          "sizes": "168x49",
          "type": "image/png"
      }
  ],
  "theme_color": "#000000",
  "background_color": "#e0e0e0",
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "permissions": [ "http://*/*", "https://*/*", "unlimitedStorage", "contextMenus", "cookies", "tabs", "notifications" ],
  "content_security_policy": "default-src 'self'; style-src 'self' https://cdn.jsdelivr.net/sockjs/1.0.0/sockjs.min.js"
}
