Enzyme Tools Firefox

Examine source code of Enzyme Tools

By: OSS Add-on
Inspect and view changes in Enzyme Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enzyme Tools",
  "description": "Enzyme Implementation Tools",
  "version": "1.2.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "oscar.enzyme_tools@ecoportal.com"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "scripting",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "https://language.dev.ecoservice.live/graphql"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "config/global-config.js",
      "config/env-config.js",
      "config/global-helpers.js",
      "utils/browser_compatibility.js",
      "utils/json_parsing.js",
      "utils/lzutf8.js",
      "utils/base64.js",
      "utils/class.js",
      "utils/array.js",
      "utils/utils.js",
      "utils/object-helpers.js",
      "utils/supercontainer.js",
      "utils/generic-filter.js",
      "utils/generic-collection.js",
      "background/scripts/message.js",
      "background/scripts/response.js",
      "background/scripts/request.js",
      "background/scripts/requests.js",
      "background/scripts/tab_connection.js",
      "models/enzyme-url.js",
      "background/scripts/tab_content.js",
      "background/scripts/tab_contents.js",
      "background/scripts/tab_info.js",
      "background/scripts/tabs_register.js",
      "background/utils/menu_item.js",
      "background/utils/menu.js",
      "background/scripts/menu_background.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "config/global-config.js",
    "config/global-helpers.js",
    "utils/browser_compatibility.js",
    "utils/json_parsing.js",
    "utils/lzutf8.js",
    "utils/base64.js",
    "utils/class.js",
    "utils/array.js",
    "utils/cloner.js",
    "bridge/helpers/events.js",
    "bridge/content/ooze_cloner.js",
    "bridge/content/content_object.js",
    "bridge/content/services/dispatch_helpers.js",
    "bridge/content/services/access_points.js",
    "bridge/content/services/dispatchers.js",
    "bridge/content/services/dispatch_access.js",
    "bridge/content/services.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://live.ecoportal.com/*",
        "https://*.dev.ecoportal.com/*"
      ],
      "js": [
        "config/global-config.js",
        "config/env-config.js",
        "config/global-helpers.js",
        "utils/browser_compatibility.js",
        "utils/json_parsing.js",
        "utils/lzutf8.js",
        "utils/base64.js",
        "utils/class.js",
        "utils/array.js",
        "utils/utils.js",
        "utils/supercontainer.js",
        "utils/generic-filter.js",
        "utils/generic-collection.js",
        "background/scripts/message.js",
        "background/scripts/response.js",
        "background/scripts/request.js",
        "bridge/helpers/on_load.js",
        "bridge/helpers/background_connection.js",
        "bridge/helpers/events.js",
        "bridge/injector/content_data.js",
        "bridge/injector/injector.js",
        "bridge/injector/services.js",
        "bridge/content-bridge.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Enzyme Tools Alternatives

Here are some Firefox add-ons that are similar to Enzyme Tools: