C4rr13rX DevDock Firefox

Examine source code of C4rr13rX DevDock

Inspect and view changes in C4rr13rX DevDock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "C4rr13rX DevDock",
  "description": "Create venvs, install with pip (incl. streaming logs), run scripts, and manage envs via a local PyOps API.",
  "version": "1.0.0",
  "action": {
    "default_title": "DevDock",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "panel.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://127.0.0.1/*",
    "http://localhost/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "88",
  "browser_specific_settings": {
    "gecko": {
      "id": "devdock@c4rr13rx",
      "strict_min_version": "109.0"
    }
  }
}

Best C4rr13rX DevDock Alternatives

Here are some Firefox add-ons that are similar to C4rr13rX DevDock: