summarylogtreecommitdiffstats
path: root/disable-x-frame-option-manifest.json
blob: 8ec9201350a454a7f2e51fd3b38748550722bd7e (plain)
1
2
3
4
5
6
7
8
9
10
{
   "name": "Ignore X-Frame headers",
   "description": "Drops X-Frame-Options HTTP response headers, allowing all pages to be iframed.",
   "version": "1.0",
   "manifest_version": 2,
   "background": {
      "scripts": [ "background.js" ]
   },
   "permissions": [ "webRequest", "webRequestBlocking", "\u003Call_urls>" ]
}