Caspr: Enforcer

Caspr: Enforcer

Install CSP headers on arbitrary websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Caspr: Enforcer",
  "description": "Install CSP headers on arbitrary websites",
  "version": "0.7",
  "background": {
    "scripts": [
      "/js/jquery.js",
      "/js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "/img/happy.png",
    "default_popup": "/views/popup.html"
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "webRequestBlocking",
    "webRequest",
    "tabs"
  ]
}