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", "manifest_version": 3, "name": "SmoothZoom \u2013 Quick Page Zoom", "version": "1.2", "description": "Pinch-to-zoom convenience, now on your desktop.", "author": "Kristijan Rosandi\u0107", "offline_enabled": true, "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup\/popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "service_worker": "background\/service-worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "inject\/content-script.js" ], "css": [ "inject\/style.css" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "inject\/frame-messenger.js" ], "all_frames": true, "match_about_blank": true } ] }