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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "0.5.11",
"action": {
"default_icon": "assets\/images\/icon128.png",
"default_title": "Google Meet Transcription",
"default_popup": "pages\/popup.html"
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"side_panel": {
"default_path": "pages\/popup.html"
},
"permissions": [
"storage",
"notifications"
],
"host_permissions": [
"https:\/\/meet.google.com\/*",
"<all_urls>"
],
"background": {
"service_worker": "scripts\/services\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*",
"<all_urls>"
],
"js": [
"scripts\/services\/gmeettranscript.js"
],
"type": "module"
}
],
"web_accessible_resources": [
{
"resources": [
"pages\/popup.html",
"css\/popup.css",
"pages\/popup.js",
"pages\/history-element.html",
"css\/history-element.css",
"scripts\/services\/injected-ai-summarize.js",
"tests\/settings-test.html"
],
"matches": [
"https:\/\/meet.google.com\/*",
"<all_urls>"
]
}
]
}