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": "Pixelshot - Full Page Screenshot", "version": "1.0.0", "manifest_version": 3, "description": "Pixelshot - Capture and save Full Page Screenshots instantly in just a single click", "icons": { "256": "icons\/icon256.png" }, "action": { "default_popup": "popup.html", "default_icon": "icons\/icon256.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "stitcher.html", "stitcher.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "debugger", "activeTab", "tabs", "downloads" ] }