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", "name": "__MSG_extension_name__", "default_locale": "en", "description": "__MSG_extension_description__", "version": "0.1.16", "permissions": [ "activeTab", "storage", "tabCapture", "contextMenus", "desktopCapture", "unlimitedStorage", "tabs", "scripting", "offscreen" ], "host_permissions": [ "*:\/\/us-central1-chrome-capture.cloudfunctions.net\/*", "https:\/\/www.googleapis.com\/", "https:\/\/apis.google.com\/", "https:\/\/checkout.paddle.com\/*", "https:\/\/y.clarity.ms\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "commands": { "pause_toggle": { "suggested_key": { "default": "Alt+P" }, "description": "Pause\/resume recording." }, "record_toggle": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Start\/stop recording." } }, "background": { "service_worker": "dist\/background\/bundle.js", "type": "module" }, "action": { "default_title": "__MSG_extension_name__", "default_popup": ".\/layout\/popup.html", "default_icon": { "16": "images\/ic_16.png", "24": "images\/ic_24.png", "32": "images\/ic_32.png", "48": "images\/ic_48.png", "128": "images\/ic_128.png" } }, "icons": { "16": "images\/ic_16.png", "24": "images\/ic_24.png", "32": "images\/ic_32.png", "48": "images\/ic_48.png", "128": "images\/ic_128.png" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "images\/*.svg", "layout\/permissions.html", "layout\/webcam.html" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; style-src 'unsafe-inline'; img-src 'self' https: data: blob:;" }, "minimum_chrome_version": "116" }