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": "Transcript Buddy",
"version": "2.1",
"description": "A Chrome extension that transcribes real-time speech into text and displaying the transcription in a user-friendly interface.",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"*:\/\/*\/",
"*:\/\/zoom.us\/*",
"*:\/\/*.zoom.us\/*"
],
"icons": {
"16": "Img\/logo_16.png",
"48": "Img\/logo_48.png",
"64": "Img\/logo_64.png",
"128": "Img\/logo_128.png"
}
}