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": "Bluedot: AI notetaker & Meeting Recorder", "description": "Bot-free AI note taker & AI meeting notes for Google Meet, Zoom & Teams meetings.", "version": "0.1.8", "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" } }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.app.bluedothq.com\/*" ], "run_at": "document_start", "world": "MAIN", "js": [ "scripts\/installed_identifier.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "scripting", "storage", "tabs", "desktopCapture", "tabCapture", "alarms" ], "web_accessible_resources": [ { "resources": [ "css\/*.css", "audio\/start.mp3", "audio\/finish.mp3", "images\/*.*", "fonts\/*.woff2", "libs\/*.js", "microphone-sources.html", "camera-sources.html", "camera.html" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.app.bluedothq.com\/*" ] }, "commands": { "start-meetings-recording": { "suggested_key": "Ctrl+Shift+S", "description": "Capture Google Meet" }, "start-meetings-recording-space": { "suggested_key": "Ctrl+Shift+Space", "description": "Capture Google Meet" } } }