Inspect and view changes in AI notes & transcripts for Google Meet + any site toolkit | MBox AI Toolkit source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "AI notes & transcripts for Google Meet + any site toolkit | MBox AI Toolkit",
"description": "Real-time notes and transcripts for Meet. Summarize any site or YouTube with one click. All-in-one AI toolkit.",
"version": "1.5.12",
"minimum_chrome_version": "116",
"action": {
"default_title": "MBox AI",
"default_icon": "favicon-32x32.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "./static/js/serviceWorker.js"
},
"externally_connectable": {
"matches": [
"*://*/*"
]
},
"content_scripts": [
{
"matches": [
"http://*.meet.google.com/*",
"https://*.meet.google.com/*"
],
"css": [
"./static/css/main.css"
],
"js": [
"./static/js/main.js"
]
}
],
"permissions": [
"storage",
"tabs",
"contextMenus"
],
"icons": {
"16": "favicon-16x16.png"
},
"host_permissions": [
"https://*/*",
"http://*/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwlDfct/eTqpmXggX8Tht7VHDp6Jz7uHoZdFD3qa1u7hEUWy2RtDQkam0+jxhU1jTwiit0fyGdYtvGW6ZpXj2M/wTXAL1Nao1zSkN5gLd52a56wpyLs2x0+c+rnlEkQAE2ZFqglk06yLjHMpHHmDN9zC9eYup40k9CKpDahTAgD0dB4GsCHWYdIC+hmGjOYVPAcENQTguGOynYfbasesRpW/z5h2FKL39pR+DlTxhOoKjf34JVmqUgiA+XYY8AmcgVsNPhLmcBz5TEmNiaYY0n6uFOem0acvb/VzSgpMGof1IOPIMAv0n+KgTCkkbgD5/g4GnMvZLbinFjzJHj9IN4QIDAQAB"
}