GuardRail Browser Security Firefox

Examine source code of GuardRail Browser Security

Inspect and view changes in GuardRail Browser Security source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GuardRail Browser Security",
  "version": "2.9.1",
  "description": "A guardrail for your web browser - AI-powered protection against malicious sites",
  "browser_specific_settings": {
    "gecko": {
      "id": "guardrail@myguardrail.io",
      "strict_min_version": "78.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "alarms",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "config.js",
      "ml_patterns.js",
      "super_logger.js",
      "background_api.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "gr-icon16.png",
      "32": "gr-icon32.png",
      "48": "gr-icon48.png",
      "128": "gr-icon128.png"
    }
  },
  "icons": {
    "16": "gr-icon16.png",
    "32": "gr-icon32.png",
    "48": "gr-icon48.png",
    "128": "gr-icon128.png"
  },
  "web_accessible_resources": [
    "blocked.html",
    "blocked.js",
    "checking.html",
    "config.js",
    "logs.html"
  ]
}

Best GuardRail Browser Security Alternatives

Here are some Firefox add-ons that are similar to GuardRail Browser Security: