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",
"description": "Helps you take notes and organize your meetings",
"version": "5.0.5",
"manifest_version": 3,
"name": "Note: AI Note Taker, Transcribe Speech To Text",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-34.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"*.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
]
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"tabCapture",
"offscreen",
"clipboardRead"
]
}