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": "MinutesLink: Record, Transcribe & Summarize Meetings",
"version": "1.0",
"description": "AI note taker for online calls",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png"
}
},
"permissions": [
"scripting",
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/minuteslink.com\/*",
"*:\/\/api.minuteslink.com\/*"
],
"icons": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png"
},
"externally_connectable": {
"matches": [
"*:\/\/minuteslink.com\/*"
]
},
"background": {
"service_worker": "service_worker.js"
}
}