Block Site Firefox

Examine source code of Block Site

By: Ray
Inspect and view changes in Block Site source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Block Site",
  "version": "0.5.7",
  "manifest_version": 3,
  "background": {
    "service_worker": "worker.js",
    "scripts": [
      "helper.js",
      "blocker.js",
      "schedule.js",
      "contextmenu.js",
      "idle.js",
      "worker.js"
    ]
  },
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "alarms",
    "contextMenus",
    "declarativeNetRequestWithHostAccess",
    "idle"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "homepage_url": "https://webextension.org/listing/block-site.html",
  "action": {},
  "options_ui": {
    "page": "data/options/index.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "data/inject/page-blocker.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "data/blocked/index.html",
        "data/close/index.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "commands": {
    "_execute_action": {}
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{54e2eb33-18eb-46ad-a4e4-1329c29f6e17}",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Block Site Alternatives

Here are some Firefox add-ons that are similar to Block Site: