Background Music Web Firefox

Examine source code of Background Music Web

By: Topvin
Inspect and view changes in Background Music Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Background Music",
  "version": "2.0",
  "description": "Play customizable background music on websites.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6962ddd-8d9d-4720-ab4b-e9adf5fe1e1b}"
    }
  }
}

Best Background Music Web Alternatives

Here are some Firefox add-ons that are similar to Background Music Web: