BuildBox Firefox

Examine source code of BuildBox

By: Ev88
Inspect and view changes in BuildBox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BuildBox",
  "version": "1.0.0",
  "description": "A compact toolbox for coders and makers.",
  "browser_specific_settings": {
    "gecko": {
      "id": "buildbox@example.com",
      "strict_min_version": "102.0"
    }
  },
  "icons": {
    "48": "icons/buildbox-48.png",
    "128": "icons/buildbox-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "BuildBox",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/buildbox-48.png",
      "128": "icons/buildbox-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best BuildBox Alternatives

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