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": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.8.3", "permissions": [ "storage", "scripting", "notifications", "contextMenus" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true, "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "extension_ids": [], "matches": [ "<all_urls>" ], "resources": [ "layouts\/capturePage.html", "js\/makeScreenshot.js" ] } ], "host_permissions": [ "<all_urls>" ], "commands": { "CaptureFullPage": { "suggested_key": { "default": "Alt+A" }, "description": "Capture Full Page" }, "CaptureVisualPart": { "suggested_key": { "default": "Alt+V" }, "description": "Capture Visual Part" } }, "icons": { "128": "\/logos\/logo.png" }, "action": { "default_icon": "\/logos\/logo.png" } }