{
  //https://www.c-sharpcorner.com/article/manifest-file-in-progressive-web-app/
  //https://www.spheregen.com/implementing-pwa-behavior-to-asp-net-mvc-5-apps/
  //https://blog.elmah.io/turning-an-aspnet-core-website-into-a-progressive-web-app-pwa/
  //https://medium.com/@the_manifest/11-examples-of-progressive-web-apps-944f6db25a5a
  //https://jslancer.com/blog/2016/01/16/make-a-todo-chrome-extension-with-angularjs/
  "manifest_version": 2,
  "name": "jenmar VDLP",
  "description": "Dental Lap App",
  "short_name": "vdlpng-Todo",
  "version": "4.7",
  //"browser_action": {
  //  "default_popup": "index.html",
  //  "default_icon": "images/logo.png"
  //},
  "permissions": [
    // "debugger",
    "storage"
  ]
  //"content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'"

  // oscar https://www.spheregen.com/implementing-pwa-behavior-to-asp-net-mvc-5-apps/
  // boom
}
