DevilEar

DevilEar

Pan and volume controller for each tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DevilEar",
  "version": "1.2.2",
  "author": "@nulltypo",
  "manifest_version": 2,
  "description": "__MSG_ext_desc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "de-popup.html",
    "default_title": "DevilEar"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "de-background.js"
    ]
  },
  "permissions": [
    "tabCapture",
    "activeTab"
  ]
}