Examine source code of Block any sites

Inspect and view changes in Block any sites 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": "Website Blocker",
  "version": "1.0",
  "description": "Block access to specific websites during certain hours.",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1297556c-8588-47fa-bc00-d11d93a47866}"
    }
  }
}