Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"commands": {
"merge": {
"description": "Merge Windows",
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
},
"description": "Merge all windows into one",
"icons": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
},
"manifest_version": 3,
"name": "Merge Windows",
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"commands"
],
"version": "1.4"
}