Smart mute for Firefox Firefox

Examine source code of Smart mute for Firefox

Inspect and view changes in Smart mute for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart mute for Firefox",
  "version": "1.0",
  "description": "Mutes all non active tabs",
  "browser_specific_settings": {
    "gecko": {
      "id": "smart.mute.firefox@if.it"
    }
  },
  "icons": {
    "48": "src/icons/mute.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "options_ui": {
    "page": "src/settings/options.html"
  }
}

Best Smart mute for Firefox Alternatives

Here are some Firefox add-ons that are similar to Smart mute for Firefox: