Focus Blur Firefox

Examine source code of Focus Blur

By: Khoa
Inspect and view changes in Focus Blur source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Blur",
  "version": "1.0",
  "description": "Automatically blur images/media in background tabs to reduce distraction. Per-tab toggle and blur intensity.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Focus Blur",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "focusblur@example.com"
    }
  }
}

Best Focus Blur Alternatives

Here are some Firefox add-ons that are similar to Focus Blur: