Equalizer - Bass Booster Master

Equalizer - Bass Booster Master

Achieve audio bliss in your browser with the Sound Equalizer and Bass Booster – the ideal choice for enhancing your sound!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "ExtToolsCmp",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "64": "assets/icons/64.png",
      "128": "assets/icons/128.png",
      "256": "assets/icons/256.png"
    },
    "default_title": "__MSG_default_title__"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png",
    "256": "assets/icons/256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "settings.html",
  "permissions": [
    "tabs",
    "tabCapture",
    "storage",
    "activeTab",
    "system.display"
  ],
  "short_name": "Sound Equalizer",
  "version": "1.1.4",
  "version_name": "1.1.4"
}