Monk Mode Firefox

Examine source code of Monk Mode

Inspect and view changes in Monk Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Monk Mode",
  "version": "1.0",
  "description": "Blocks certain websites/pages to avoid procrastination and maximize productivity.",
  "icons": {
    "48": "icons/logo-w-48.png",
    "96": "icons/logo-w-96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "monk-mode.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a93a73a7-5c28-42c5-a220-a6a600afca5d}"
    }
  }
}

Best Monk Mode Alternatives

Here are some Firefox add-ons that are similar to Monk Mode: