RSF Censorship Detector

RSF Censorship Detector

Find access to blocked 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": "RSF Censorship Detector",
  "description": "Find access to blocked websites",
  "version": "1.3.4",
  "icons": {
    "128": "rsc/icon-128.png"
  },
  "browser_action": {
    "default_icon": "rsc/icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "libs/jquery.js",
      "eventPage.js"
    ]
  },
  "default_locale": "en"
}