Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Web DJ",
"version": "1.0.0",
"description": "Turn any webpage into a live DJ instrument with sampler pads, mixer, effects, sequencer, and audio-reactive visuals.",
"icons": {
"16": "img\/icons\/icon16.png",
"48": "img\/icons\/icon48.png",
"128": "img\/icons\/icon128.png"
},
"permissions": [
"sidePanel",
"activeTab",
"scripting",
"storage",
"tabs",
"tabCapture"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "img\/icons\/icon16.png",
"48": "img\/icons\/icon48.png"
},
"default_title": "Web DJ"
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"open-dj-booth": {
"suggested_key": {
"default": "Ctrl+Shift+D",
"mac": "Command+Shift+D"
},
"description": "Open Web DJ Booth"
},
"toggle-capture-mode": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "Toggle Element Capture Mode"
}
}
}