Audio Equalizer

Audio limiter, volume control and sound effects
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}