Wholeheartedly

Wholeheartedly

Holding businesses to a higher standard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wholeheartedly",
  "version": "2.0.1",
  "description": "Holding businesses to a higher standard",
  "permissions": [
    "storage",
    "declarativeContent",
    "activeTab"
  ],
  "manifest_version": 2,
  "background": {
    "scripts": [
      "data.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "about.html",
  "browser_action": {
    "default_icon": {
      "16": "assets/icon/icon16.png",
      "32": "assets/icon/icon32.png",
      "48": "assets/icon/icon48.png",
      "128": "assets/icon/icon128.png"
    },
    "default_title": "Wholeheartedly",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/analytics.js 'sha256-j11M7t8QP6rEH/Ip4QAReNCTahO75lX7RnEdGO/wbe8='; object-src 'self'",
  "icons": {
    "16": "assets/icon/icon16.png",
    "32": "assets/icon/icon32.png",
    "48": "assets/icon/icon48.png",
    "128": "assets/icon/icon128.png"
  }
}