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": "Birdie", "description": "Record your screen, capture logs, and document repro steps\u2014all in one click. Simplify bug reporting and speed up issue resolution.", "version": "0.7.16", "version_name": "0.7.16", "manifest_version": 3, "minimum_chrome_version": "116", "action": { "default_icon": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" } }, "incognito": "spanning", "background": { "service_worker": "js\/background.js", "type": "module" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "<all_urls>", "file:\/\/\/*" ], "permissions": [ "storage", "contextMenus", "tabs", "activeTab", "tabCapture", "offscreen", "scripting", "desktopCapture", "webRequest", "downloads" ], "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content_handle.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.birdie.test\/*", "https:\/\/*.birdie.so\/*", "https:\/\/localhost:5173\/*" ], "js": [ "js\/content_birdie.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "src\/video.html", "js\/video.js", "src\/grantmic.html", "js\/grantmic.js", "src\/desktopRecord.html", "js\/desktopRecordjs.js", "src\/offscreen.html", "js\/offscreenjs.js", "src\/soundlevel.html", "js\/soundleveljs.js", "js\/birdie_logger.js", "js\/init_pristine.js" ], "matches": [ "<all_urls>", "chrome-extension:\/\/*\/*" ] } ], "commands": { "start-recording-shortcut": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Start\/Stop Recording" }, "pause-recording-shortcut": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" }, "description": "Pause\/Resume Recording" }, "draw-shortcut": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Enable\/Disable Drawing" } } }