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", "version": "1.0.0", "manifest_version": 3, "commands": { "_execute_action": { "description": "Press the action button" } }, "offline_enabled": true, "background": { "service_worker": "worker.js" }, "name": "Full Page Screenshot", "description": "Take a full page screenshot. Make screen capture of full page or select specific area and save site capture on your device", "default_locale": "en", "icons": { "16": "data\/icons\/16.png", "20": "data\/icons\/20.png", "24": "data\/icons\/24.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "options_ui": { "page": "data\/options\/index.html" }, "action": { "default_popup": "data\/popup\/index.html" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "data\/inject\/smoothscroll.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "contextMenus", "activeTab", "scripting", "downloads", "notifications", "storage", "declarativeNetRequest" ] }