Content Farm Blocker

Content Farm Blocker

Preventing to open content farm by mistake

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "1.2.1resigned1",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "cfblocker/Filter.js",
      "cfblocker/ListFormatter.js",
      "cfblocker/LocalStorageStore.js",
      "cfblocker/UrlFormatter.js",
      "sites.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "default_locale": "en",
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{419385e3-a005-4689-b412-6a646cfcd03f}"
    }
  }
}