Examine source code of Web the Fuck

Inspect and view changes in Web the Fuck source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.4",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "options_page": "config.html",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png"
    }
  },
  "web_accessible_resources": [
    "overlay.html",
    "img/eraser.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{73628057-65d6-4c65-a36e-0ad4105967fa}"
    }
  }
}