ProcrastiBlock Firefox

Examine source code of ProcrastiBlock

Inspect and view changes in ProcrastiBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FocusGuard - Procrastination Detector",
  "version": "1.1",
  "description": "AI-powered focus assistant that detects distracting tabs",
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "storage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "ProcrastiBlock"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "file:///D:/project/web/ProcrastiBlock/index.html",
        "https://joshgaviola.github.io/ProcrastiBlock/"
      ],
      "js": [
        "contentExtractor.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "procrastiblock@JoshGaviola"
    }
  }
}

Best ProcrastiBlock Alternatives

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