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",
"name": "Voicenotes AI: Transcribe Notes and Meetings",
"description": "Voicenotes is an intelligent note-taker that let's you transcribe voice notes and meetings in 100+ languages.",
"version": "1.8.3",
"manifest_version": 3,
"minimum_chrome_version": "116",
"icons": {
"16": "\/public\/assets\/img\/icon-16x16.png",
"48": "\/public\/assets\/img\/icon-48x48.png",
"128": "\/public\/assets\/img\/icon-128x128.png"
},
"action": {
"default_icon": {
"16": "\/public\/assets\/img\/icon-16x16.png",
"48": "\/public\/assets\/img\/icon-48x48.png",
"128": "\/public\/assets\/img\/icon-128x128.png"
},
"default_title": "Voicenotes",
"default_popup": "popup.html"
},
"background": {
"service_worker": "\/service-worker.min.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*",
"*:\/\/voicenotes.com\/*"
],
"js": [
"\/content.min.js"
],
"run_at": "document_start"
}
],
"permissions": [
"tabCapture",
"offscreen",
"windows",
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"permission.html"
],
"matches": [
"*:\/\/voicenotes.com\/*"
]
}
]
}