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", "manifest_version": 3, "name": "AI Meeting Notes Taker & Screen Recorder", "version": "0.8.14", "description": "Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.", "action": { "default_title": "Berrycast" }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "test-tab-capture": { "description": "test tab capture", "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } }, "content_scripts": [ { "js": [ "import-content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/berrycast.com", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "contextMenus", "storage" ], "short_name": "Berrycast", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*.svg" ] }, { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/icons\/*.png" ] }, { "resources": [ "chunks\/*-*.js", "content.js" ], "matches": [ "*:\/\/*\/*" ] } ] }