Equalizer for Browser

Equalizer for Browser

for The equalizer adjusts the frequencies, improving the sound quality and helping to adapt the music to the listener's preferences

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/icons/off.png",
    "default_title": "Equalizer"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cusmize.com/*"
    ]
  },
  "icons": {
    "32": "/icons/32.png",
    "64": "/icons/64.png",
    "96": "/icons/96.png",
    "128": "/icons/128.png",
    "256": "/icons/256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmxNcHlZpuABiGhLqDeWH4lksQGEyrLtKcA2xl1Ozj6rmHYjC2v15lCXP3vEqWPJPfdiaT3pOxY6R16VN5glU9zzax6rpf6y3+GcfEeY+R0oh/9uYPmosJthKGq7W34IHFOIls+a9/j3eJF96+YCXmRBEvkJtbH6+ST66t20KRWq6nkIHdf4xQjFrXU4T+04oPrHj8zjUYKhumNkVDu/31X0CrmZXekRjRHfAvldm9VueSMysbYpUWhF/Ypb6Lg3OHu+tYWkBMP/5uv4advCFD6stX3sM4EAtA6Tk8YPCRBSS/7MVvIHPNAhDdfcpKvOVE1dBcnfJtwNkfMMF2vXzkwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "options.html",
  "permissions": [
    "tabCapture",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.0.2"
}