Bass Booster - Sound Master Pro

Bass Booster - Sound Master Pro

Boost your video or music volume with Volume Booster! Increase volume, amplify bass, and control it all with this one extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.2",
  "action": {
    "default_icon": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabCapture",
    "tabs",
    "offscreen",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "src/js/background.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}