Brie Firefox

Examine source code of Brie

By: Brie HQ
Inspect and view changes in Brie source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "browser_specific_settings": {
    "gecko": {
      "id": "ion.leu@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "version": "0.6.60",
  "description": "__MSG_extensionDescription__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "webRequest",
    "webNavigation",
    "storage",
    "tabs",
    "activeTab",
    "contextMenus",
    "identity"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": "brie-logo.png"
  },
  "icons": {
    "128": "brie-icon-128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content/index.iife.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content-ui/index.iife.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.svg",
        "*.png",
        "content/extend.iife.js",
        "auth-identity.html",
        "content-ui/rrweb/*",
        "content-ui/ffmpeg/*",
        "content-ui/ffmpeg/*.wasm"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best Brie Alternatives

Here are some Firefox add-ons that are similar to Brie: