json-content-type-override Firefox

Examine source code of json-content-type-override

By: Clem
Inspect and view changes in json-content-type-override source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "json-mime-type-override",
  "version": "2.0",
  "description": "Allow to override any content type containing json to application/json",
  "applications": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{c66b2859-62a9-4bf0-88a5-42540842f44f}"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  }
}

Best json-content-type-override Alternatives

Here are some Firefox add-ons that are similar to json-content-type-override: