Mute Descendant Tabs

Mute Descendant Tabs

Mutes any new tabs opened from muted tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.3",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "default_locale": "en",
  "manifest_version": 2,
  "permissions": [
    "menus",
    "storage",
    "webNavigation"
  ]
}