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": "__MSG_extName__", "version": "0.1.11", "description": "__MSG_extDescription__", "manifest_version": 3, "background": { "service_worker": "js\/BackgroundService.js", "type": "module" }, "permissions": [ "windows", "system.display", "storage", "sidePanel" ], "commands": { "quad-tile": { "suggested_key": { "default": "Alt+Shift+Q" }, "description": "Tile four tabs into quadrants \/ recall last layout" } }, "action": { "default_title": "QuadTile layouts", "default_icon": { "16": "icons\/qt16.png", "32": "icons\/qt32.png", "48": "icons\/qt48.png" } }, "side_panel": { "default_path": "pages\/sidepanel\/sidepanel.html" }, "icons": { "16": "icons\/qt16.png", "32": "icons\/qt32.png", "48": "icons\/qt48.png", "128": "icons\/qt128.png" }, "homepage_url": "https:\/\/split-browser.pdfwork.com", "default_locale": "en" }