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": "Quick Side Tool", "version": "4.0", "description": "A Chrome extension with PDF tools, image optimization, QR code generation, and more to boost productivity.", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Open Quick Side Tool" }, "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "side_panel": { "default_path": "sidepanel.html" } }