Notification Beatbox Firefox

Examine source code of Notification Beatbox

By: Dillon
Inspect and view changes in Notification Beatbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notification Beatbox",
  "version": "1.0",
  "description": "Replaces page-created notifications with fun beatbox/instrument sounds like 'boom-tsk!'.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f6d7afe7-9b88-40cf-9961-b5cb24724097}"
    }
  }
}

Best Notification Beatbox Alternatives

Here are some Firefox add-ons that are similar to Notification Beatbox: