FlexDeploy Actions Firefox

Examine source code of FlexDeploy Actions

Inspect and view changes in FlexDeploy Actions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "description": "A browser extension for sending webhooks to FlexDeploy",
  "version": "3.0.0",
  "icons": {
    "16": "icons/FlexagonIcon16x16.png",
    "48": "icons/FlexagonIcon48x48.png",
    "128": "icons/FlexagonIcon128x128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; child-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "www/index.html#/send",
    "default_title": "FlexDeploy Webhook Extension"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*integration*ocp.oraclecloud.com/*",
        "*analytics*ocp.oraclecloud.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "assets/content.css"
      ]
    },
    {
      "exclude_globs": [
        "*integration*ocp.oraclecloud.com/*",
        "*analytics*ocp.oraclecloud.com/*"
      ],
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "assets/content.css"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "windows": "Ctrl+Shift+E",
        "mac": "MacCtrl+Shift+E"
      },
      "description": "Opens popup"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a6a163ac-8d61-499e-8052-9e518bb0c8db}"
    }
  },
  "name": "FlexDeploy Webhook Extension",
  "short_name": "FlexDeploy Webhook Extension"
}

Best FlexDeploy Actions Alternatives

Here are some Firefox add-ons that are similar to FlexDeploy Actions: