Sound-Based Tab Notification Firefox

Examine source code of Sound-Based Tab Notification

By: Trinity
Inspect and view changes in Sound-Based Tab Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sound_tab_notification@addons.mozilla.org"
    }
  }
}

Best Sound-Based Tab Notification Alternatives

Here are some Firefox add-ons that are similar to Sound-Based Tab Notification: