Sound Booster Plus

Sound Booster Plus

Take your audio to the next level with SoundBoost - the ultimate volume booster

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_Description__",
  "default_locale": "en",
  "version": "1.6.0",
  "icons": {
    "16": "icon/icon.png",
    "32": "icon/icon.png",
    "48": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "action": {
    "default_icon": {
      "19": "icon/icon.png",
      "38": "icon/icon.png"
    },
    "default_title": "__MSG_extName__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "tabCapture",
    "storage",
    "gcm",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}