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",
"name": "MuteDeck",
"version": "5.0.1",
"description": "Control Google Meet, Zoom, Microsoft Teams, Jitsi, Riverside, and more with MuteDeck. Also get the app from https:\/\/mutedeck.com",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/meet.google.com\/*",
"https:\/\/app.zoom.us\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/teams.microsoft.com.mcas.ms\/*",
"https:\/\/streamyard.com\/*",
"https:\/\/riverside.fm\/*",
"https:\/\/meet.jit.si\/*"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*",
"https:\/\/app.zoom.us\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/teams.microsoft.com.mcas.ms\/*",
"https:\/\/streamyard.com\/*",
"https:\/\/riverside.fm\/*",
"https:\/\/meet.jit.si\/*"
],
"js": [
"observers\/googleMeetObserver.js",
"observers\/zoomObserver.js",
"observers\/teamsObserver.js",
"observers\/streamyardObserver.js",
"observers\/riversideObserver.js",
"observers\/jitsiObserver.js",
"contentScript.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background\/service-worker.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": {
"default_icon": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
}
}