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": "Screen and Audio Capture Extension", "version": "1.0", "manifest_version": 3, "author": "Udara Liyanage", "action": { "default_popup": "popup.html", "default_title": "Screen and Audio Capture Extension" }, "description": "Capture your screen and audio and save it as a .mp4 file.", "icons": { "128": "logo.png" }, "permissions": [ "tabs", "desktopCapture" ], "background": { "service_worker": "background.js" } }