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": "AudioControl: Equalizer, Volume & Bass Boost, Compressor, Mono & Stereo",
"version": "1.0.2",
"description": "10-Band Equalizer, Volume & Bass Boost Presets, Full Compressor, Mono Mode & Stereo Widener",
"permissions": [
"tabCapture",
"storage",
"offscreen",
"scripting",
"commands",
"windows"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_title": "AudioControl",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+A",
"mac": "Alt+A"
},
"description": "Activate AudioControl on the current tab"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*.png"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}