Cloaked - Privacy & Password Manager Firefox

Examine source code of Cloaked - Privacy & Password Manager

By: Cloaked Add-on
Inspect and view changes in Cloaked - Privacy & Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cloaked - Privacy & Password Manager",
  "short_name": "Cloaked - Privacy & Password Manager",
  "description": "Never give out your personal information again",
  "version": "3.6.0",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "icons": {
    "16": "icons/icon_light_mode_active_16.png",
    "32": "icons/icon_light_mode_active_32.png",
    "48": "icons/icon_light_mode_active_48.png",
    "128": "icons/icon_light_mode_active_128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon_light_mode_active_128.png"
  },
  "options_page": "settings.html",
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "/static/css/content.css"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/media/*",
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "contextMenus",
    "alarms",
    "scripting",
    "tabs",
    "notifications",
    "declarativeNetRequest"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "adblock",
        "path": "adblock.json",
        "enabled": false
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@cloaked.id",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "browsingActivity",
          "financialAndPaymentInfo"
        ]
      }
    }
  }
}

Best Cloaked - Privacy & Password Manager Alternatives

Here are some Firefox add-ons that are similar to Cloaked - Privacy & Password Manager: