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": "Free Screen Recorder", "description": "Record screen along with audio and making the recording downloadable", "version": "1.0.2", "manifest_version": 3, "background": { "type": "module", "service_worker": "service_worker.js" }, "icons": { "16": "assets\/img\/new16.png", "48": "assets\/img\/new48.png", "128": "assets\/img\/new128.png" }, "permissions": [ "desktopCapture" ], "action": { "default_icon": { "16": "assets\/img\/new16.png" } }, "content_security_policy": [] }