Trialfire Iframe Enabler

Trialfire Iframe Enabler

Allow websites with XSS and CSP protection to be safely iframed in Trialfire

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trialfire Iframe Enabler",
  "description": "Allow websites with XSS and CSP protection to be safely iframed in Trialfire",
  "version": "1.2.6",
  "icons": {
    "128": "trialfire.png"
  },
  "author": "Trialfire",
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "trialfire.js"
    ]
  }
}