Sound Booster

Sound Booster

Increase and amplify your max volume.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Sound Booster",
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "16.png",
    "19": "19.png",
    "48": "48.png",
    "128": "128.png"
  },
  "version": "0.0.2",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting",
    "webNavigation",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}