Hold On Firefox

Examine source code of Hold On

Inspect and view changes in Hold On source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hold On",
  "description": "Pause before you scroll. Add friction to entertainment sites and reclaim your attention.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "/hold.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hold-on@yeomanye.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Hold On",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  }
}

Best Hold On Alternatives

Here are some Firefox add-ons that are similar to Hold On: