InlineDisposition (WebExtensions)

InlineDisposition (WebExtensions)

InlineDisposition (WebExtensions) changes the disposition of Content-Disposition response headers from attachment to inline.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "InlineDisposition (WebExtensions) changes the disposition of Content-Disposition response headers from attachment to inline.",
  "manifest_version": 2,
  "name": "InlineDisposition (WebExtensions)",
  "version": "1.5resigned1",
  "applications": {
    "gecko": {
      "id": "{b134ae49-6ada-41e0-9141-9f8d00373d93}"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}