Bass Booster Lite

Bass Booster Lite

Boost your video and music volume with Volume Booster! Increase sound, bass, and control volume with the built-in equalizer

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.3",
  "action": {
    "default_popup": "src/extension/popup/popup.html",
    "default_icon": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabCapture",
    "tabs",
    "offscreen",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "src/extension/background/index.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'"
  }
}