Zoxrim Security Firefox

Examine source code of Zoxrim Security

Inspect and view changes in Zoxrim Security source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Zoxrim Security",
  "short_name": "Zoxrim",
  "version": "1.0.1",
  "description": "Real-time URL threat protection powered by Zoxrim enterprise threat intelligence.",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "webNavigation",
    "contextMenus",
    "tabs"
  ],
  "host_permissions": [
    "https://api.zoxrim.com/*"
  ],
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/overlay.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Zoxrim Security"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "https://zoxrim.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "security@zoxrim.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none';"
  }
}

Best Zoxrim Security Alternatives

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