Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"version": "0.19",
"permissions": [
"tabs",
"activeTab"
],
"icons": {
"128": "meet.png"
},
"action": {
"default_title": "Click to show an alert"
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*"
],
"run_at": "document_idle",
"js": [
"meetScript.js"
]
},
{
"matches": [
"*:\/\/calendar.google.com\/*"
],
"run_at": "document_idle",
"css": [
"styles\/seameet.css"
],
"js": [
"modules\/foundation.js",
"modules\/config.js",
"modules\/logger.js",
"modules\/notificationSystem.js",
"modules\/state.js",
"modules\/auth.js",
"modules\/api.js",
"modules\/extensionUtils.js",
"modules\/domUtils.js",
"modules\/EnhancedLogger.js",
"modules\/EventInterfaceDiagnostics.js",
"modules\/EventStateResetManager.js",
"modules\/services\/UIService.js",
"modules\/components\/alertDialog.js",
"modules\/components\/loginIcon.js",
"modules\/components\/seameetSection.js",
"modules\/features\/dialogManager.js",
"modules\/features\/dialogMonitor.js",
"modules\/features\/eventSaveHandler.js",
"modules\/features\/meetingState.js",
"modules\/features\/seameetInjector.js",
"calendarScript.js"
]
},
{
"matches": [
"*:\/\/meet.seasalt.ai\/*"
],
"exclude_matches": [
"*:\/\/meet.seasalt.ai\/ext\/*"
],
"run_at": "document_idle",
"js": [
"seaMeetScript.js"
]
},
{
"matches": [
"*:\/\/meet.seasalt.ai\/ext\/*"
],
"run_at": "document_idle",
"js": [
"seaMeetExtScript.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}