Healthy Protector

Healthy Protector

Best reminder app for the office

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Healthy Protector",
  "description": "Best reminder app for the office",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "vendor/browser-polyfill.min.js",
      "js/backgroundEvent.js",
      "js/backgroundAppStateManagement.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "background",
    "tabs",
    "storage",
    "contextMenus",
    "notifications",
    "alarms",
    "idle",
    "https://fitnow-api.herokuapp.com/*",
    "https://www.google-analytics.com/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.paypal.com https://js.braintreegateway.com https://assets.braintreegateway.com https://www.paypalobjects.com https://c.paypal.com; object-src 'self'; img-src * data:; style-src 'unsafe-inline'; report-uri https://o346392.ingest.sentry.io/api/5326190/security/?sentry_key=fd83e1294ebe4855896ef10cadcb454d;",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}