TheBeat Graphical Audio EQualizer

TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "common/const.js",
      "background/background.js",
      "background/visualizer.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "popup/popup.html",
    "default_title": "TheBeat.in Audio EQualizer"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [],
      "js": [
        "common/const.js",
        "page/page.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "TheBeat.in Graphical EQualizer for Chrome",
  "homepage_url": "https://thebeat.in/",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png",
    "256": "256.png"
  },
  "manifest_version": 2,
  "name": "TheBeat Graphical Audio EQualizer",
  "short_name": "GAEQ",
  "permissions": [
    "tabs",
    "activeTab",
    "tabCapture",
    "alarms",
    "storage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "version": "1.0.1"
}