Examine source code of Audio Visualizer Tab

Inspect and view changes in Audio Visualizer Tab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Audio Visualizer Tab",
  "version": "1.0",
  "description": "Tạo hiệu ứng visualizer âm thanh trong tab khi nghe nhạc từ trang web khác.",
  "permissions": [
    "tabs",
    "activeTab",
    "audioCapture"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Open Audio Visualizer"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{47d0e181-0247-4da7-a2a5-950455621e05}"
    }
  }
}