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": "Selfhood Screenshot & Recorder Pro", "description": "Capture full-page screenshots and screen recordings with a stylish, feature-rich UI.", "version": "1.2", "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/screenshot.png", "32": "icons\/screenshot.png", "48": "icons\/screenshot.png", "128": "icons\/screenshot.png" } }, "icons": { "16": "icons\/screenshot.png", "32": "icons\/screenshot.png", "48": "icons\/screenshot.png", "128": "icons\/screenshot.png" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "content.js", "editor.html", "editor.js", "fabric.min.js", "recorder.html", "recorder-script.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "commands": { "stop_recording": { "suggested_key": { "default": "Alt+R" }, "description": "Stop the current screen recording" } } }