FocusGuard Pro Firefox

Examine source code of FocusGuard Pro

Inspect and view changes in FocusGuard Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FocusGuard",
  "version": "1.0",
  "description": "Block social media during work hours and boost productivity",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "FocusGuard",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c1c48d5-7bfa-4b52-9f24-1fa49f9c464e}"
    }
  }
}

Best FocusGuard Pro Alternatives

Here are some Firefox add-ons that are similar to FocusGuard Pro: