Background Music Player Firefox

Examine source code of Background Music Player

By: Coder-B
Inspect and view changes in Background Music Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Background Music Player",
  "version": "1.1",
  "description": "Play ambient background music while browsing, inspired by Opera GX",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "background-music-player@example.com"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "sounds/*.mp3"
  ]
}

Best Background Music Player Alternatives

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