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": "Go To Playing Tab",
"description": "This extension allows you to go to a tab that is emitting sound.",
"version": "7.0",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"38": "icon38.png"
},
"default_title": "Go To Playing Tab"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"commands": {
"goto_tab": {
"description": "Go to playing tab"
},
"close_tabs": {
"description": "Close playing tabs"
}
}
}