Cap Firefox

Examine source code of Cap

Inspect and view changes in Cap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "sasa cocic-banjanac",
  "manifest_version": 2,
  "name": "Cap",
  "version": "1.1.22",
  "description": "A way to block websites that you don't want to visit, because they are destorying your life",
  "icons": {
    "16": "icons/hat-16.png",
    "48": "icons/hat-48.png",
    "128": "icons/hat-128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "storage",
    "alarms",
    "idle"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "failsafe@failsafe.id"
    }
  },
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "bw.html",
    "fonts/Poppins/Poppins-Regular.ttf"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "block-website.js"
      ],
      "css": [
        "bw.css"
      ]
    }
  ]
}

Best Cap Alternatives

Here are some Firefox add-ons that are similar to Cap: