Sentry Shield Firefox

Examine source code of Sentry Shield

Inspect and view changes in Sentry Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sentry Shield",
  "version": "1.0.0",
  "description": "Stay focused by blocking distracting websites with advanced scheduling and limited access modes.",
  "browser_specific_settings": {
    "gecko": {
      "id": "sentry-shield-1@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "blocked.html",
    "blocked.js",
    "utils.js",
    "icons/*"
  ]
}

Best Sentry Shield Alternatives

Here are some Firefox add-ons that are similar to Sentry Shield: