DevSuite Pro Firefox

Examine source code of DevSuite Pro

Inspect and view changes in DevSuite Pro source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.2",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "browser_specific_settings": {
    "gecko": {
      "id": "devsuite@extfy.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png"
    },
    "default_title": "DevSuite Pro"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "cookies",
    "browsingData",
    "downloads",
    "clipboardWrite",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "tools/*.js",
        "tools/**/*.js",
        "tools/tool-manifest.json",
        "shared/*.js",
        "lib/*.js",
        "content/dock/*",
        "content/panel/*",
        "content/overlay/*",
        "content/bridge.js",
        "assets/tool-icons/*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Command+Shift+D"
      },
      "description": "Open DevSuite Pro popup"
    },
    "toggle-dock": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "Toggle floating dock"
    }
  }
}

Best DevSuite Pro Alternatives

Here are some Firefox add-ons that are similar to DevSuite Pro: