WhatsApp Web Custom Background Image Firefox

Examine source code of WhatsApp Web Custom Background Image

Inspect and view changes in WhatsApp Web Custom Background Image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Whatsapp Web Custom Background Image",
  "version": "1.0",
  "description": "Adds the ability to change the background image of a Whatsapp Web chat.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@vncius.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best WhatsApp Web Custom Background Image Alternatives

Here are some Firefox add-ons that are similar to WhatsApp Web Custom Background Image: