Best reminder app for the office
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}