Contentful iFrame Liberator Firefox

Examine source code of Contentful iFrame Liberator

By: Will
Inspect and view changes in Contentful iFrame Liberator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "id": "contentful-iframe-liberator@example.com",
  "name": "Contentful iFrame Liberator",
  "version": "1.0",
  "description": "Removes max-width constraint from Contentful app iframe container",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://app.contentful.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon_16.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.contentful.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "contentful-iframe-liberator@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Contentful iFrame Liberator Alternatives

Here are some Firefox add-ons that are similar to Contentful iFrame Liberator: