Audio Equalizer

Audio Equalizer

Audio limiter, volume control and sound effects

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "style/headphones-16.png",
    "32": "style/headphones-32.png",
    "64": "style/headphones-64.png",
    "128": "style/on.png",
    "256": "style/headphones-256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "tabCapture",
    "tabs",
    "storage"
  ],
  "version": "3.0",
  "action": {
    "default_icon": "style/off.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_mainTitle__"
  },
  "homepage_url": "https://audio-equalizer.dllplayer.com/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}