Rob Ford Blocker

Rob Ford Blocker

Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rob Ford Blocker",
  "short_name": "ford-free",
  "version": "0.3.1",
  "manifest_version": 2,
  "description": "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.",
  "homepage_url": "http://pilotpmr.com",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    },
    "default_title": "You are browsing a Rob Ford Free Zone",
    "default_popup": "browseraction/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.js",
        "background.js"
      ]
    }
  ]
}