Brisk Firefox

Examine source code of Brisk

Inspect and view changes in Brisk source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Brisk",
  "description": "Browser extension for Brisk download manager",
  "version": "1.4.0",
  "short_name": "Brisk",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ca5a4a8-58d1-4a47-8e0d-5e53a21c9a7b}"
    }
  },
  "manifest_version": 3,
  "homepage_url": "https://github.com/AminBhst/brisk-browser-extension",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content-script.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    },
    "default_title": "Brisk",
    "default_popup": "pages/popup.html"
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "128": "images/logo128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*",
        "styles/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "downloads",
    "storage",
    "cookies",
    "contextMenus",
    "webRequest",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

Best Brisk Alternatives

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