Don't "Accept" image/webp Firefox

Examine source code of Don't "Accept" image/webp

Inspect and view changes in Don't "Accept" image/webp source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Don't Accept image/webp",
  "description": "Strip image/webp from Accept: headers, which should discourage servers from replacing JPEG and PNG images with WebP images.",
  "version": "0.9",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "dont-accept-webp@jeffersonscher.com",
      "strict_min_version": "60.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "management"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/do-accept-webp2.png"
    },
    "default_title": "Don't Accept WebP",
    "default_popup": "popup.html"
  }
}

Best Don't "Accept" image/webp Alternatives

Here are some Firefox add-ons that are similar to Don't "Accept" image/webp: