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": "j2n Window Manager",
"description": "This extension is created for Chrome OS. It arranges chrome windows according to rules defined by the user in json settings.",
"version": "2.13",
"icons": {
"16": "16.png",
"64": "64.png",
"128": "128.png"
},
"permissions": [
"commands",
"idle",
"storage",
"system.display",
"tabs"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options\/options.html",
"action": {
"default_popup": "popup.html"
},
"commands": {
"all-windows-shortcut": {
"description": "Apply all matching rules to all windows.",
"global": false
},
"focused-window-shortcut": {
"description": "Apply all matching rules to the focused window.",
"global": false
},
"zzz-shortcut-01": {
"description": "Shortcut id: 1",
"global": false
},
"zzz-shortcut-02": {
"description": "Shortcut id: 2",
"global": false
},
"zzz-shortcut-03": {
"description": "Shortcut id: 3",
"global": false
},
"zzz-shortcut-04": {
"description": "Shortcut id: 4",
"global": false
},
"zzz-shortcut-05": {
"description": "Shortcut id: 5",
"global": false
},
"zzz-shortcut-06": {
"description": "Shortcut id: 6",
"global": false
},
"zzz-shortcut-07": {
"description": "Shortcut id: 7",
"global": false
},
"zzz-shortcut-08": {
"description": "Shortcut id: 8",
"global": false
},
"zzz-shortcut-09": {
"description": "Shortcut id: 9",
"global": false
},
"zzz-shortcut-10": {
"description": "Shortcut id: 10",
"global": false
},
"zzz-shortcut-11": {
"description": "Shortcut id: 11",
"global": false
},
"zzz-shortcut-12": {
"description": "Shortcut id: 12",
"global": false
}
}
}