Tab DJ

Tab DJ

Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.4",
  "short_name": "Tab DJ",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "tabCapture",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "browser-polyfill/browser-polyfill.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Tab DJ",
    "default_icon": "icon-48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}