Braze Canvas Quick Delete Firefox

Examine source code of Braze Canvas Quick Delete

Inspect and view changes in Braze Canvas Quick Delete source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Flowfriendly - Braze Canvas Quick Delete",
  "version": "1.0.0",
  "description": "Adds a Quick Delete toggle to Braze Canvas so you can remove steps directly from the canvas.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "braze-canvas-quick-delete@flowfriendly.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.braze.com/*",
        "https://*.braze.eu/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Braze Canvas Quick Delete Alternatives

Here are some Firefox add-ons that are similar to Braze Canvas Quick Delete: