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", "manifest_version": 3, "name": "Outmeet - Real-time Dialog AI Assistant", "description": "Improve your meeting with real-time assistance - transcribe, summarize, and respond based on your custom prompts.", "version": "1.0.3", "action": { "default_title": "Click to start" }, "background": { "service_worker": "js\/background.bundle.js" }, "options_page": "options.html", "content_scripts": [ { "js": [ "js\/widget.bundle.js" ], "matches": [ "<all_urls>" ] }, { "js": [ "js\/context.bundle.js" ], "matches": [ "http:\/\/localhost:3000\/board*", "https:\/\/outmeet.dev\/board*" ] } ], "web_accessible_resources": [ { "resources": [ "tailwind.css" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/outmeet.dev\/*" ] }, "permissions": [ "tabs", "storage", "tabCapture", "contextMenus" ], "host_permissions": [ "<all_urls>" ], "icons": { "4": "images\/icons\/32x32.png", "16": "images\/icons\/16x16.png", "48": "images\/icons\/48x48.png", "128": "images\/icons\/128x128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtGK+pKDgoIqjSwr9dGIf014O0VceAuwLWTUujCHMsuNLavnRe+p6FI1KOnFtcBNxn45p78CwsmnczBMp5mE4BEq1NiEI8AvkSZy3vhiYslFwpgV28T7kFMiBz69JsszBnL7klhrhJ9mwe4b9U\/nbJG17EJQOLyFRCCzmxMATV6CNnQsvbmSt2N63k6f3HnB0cMyMyVC3j7+lGYmzQf8Q1\/6lpvrTwgtemyUF\/RHEpVAGp7R0X4bHL5zjg\/maNP4C6i5S2qipuc2vJSxxMVVuqTRYmCSaEas53l0DNilVFnNqYELKfUm7qN9bsZlyZYiu9+FM237+NCxZFvhP7P9NgwIDAQAB" }