Sound Booster

Sound Booster

Audio EQ with music genres presets and bass booster features. Improve the sound!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "ExtToolsCmp",
  "background": {
    "scripts": [
      "js/core.js",
      "libs/jungle.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "64": "assets/icons/64.png",
      "128": "assets/icons/128.png",
      "256": "assets/icons/256.png"
    },
    "default_popup": "index.html",
    "default_title": "__MSG_default_title__"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png",
    "256": "assets/icons/256.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "settings.html",
  "permissions": [
    "*://*/*",
    "tabCapture",
    "tabs",
    "storage"
  ],
  "short_name": "EQ - Audio Equalizer",
  "version": "3.1.7",
  "version_name": "3.1.7",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}