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": "SkyNotes Max - AI Meeting Transcription",
"version": "1.0.0",
"description": "AI-powered meeting transcription for Google Meet, Teams, and Zoom. Capture and transcribe conversations with AI processing.",
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/*.teams.microsoft.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/teams.cloud.microsoft\/*",
"https:\/\/*.teams.cloud.microsoft\/*",
"https:\/\/*.zoom.us\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab",
"storage",
"tabs",
"sidePanel",
"downloads",
"identity",
"identity.email"
],
"host_permissions": [
"https:\/\/meet.google.com\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/*.teams.microsoft.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/teams.cloud.microsoft\/*",
"https:\/\/*.teams.cloud.microsoft\/*",
"https:\/\/*.zoom.us\/*"
],
"oauth2": {
"client_id": "562552685412-mdp19lfbueb5d63ahm2vmgcsopfs71la.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"web_accessible_resources": [
{
"resources": [
"webrtc-interceptor.js"
],
"matches": [
"https:\/\/meet.google.com\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/*.teams.microsoft.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/teams.cloud.microsoft\/*",
"https:\/\/*.teams.cloud.microsoft\/*",
"https:\/\/*.zoom.us\/*"
]
},
{
"resources": [
"platforms\/teams-standalone.js"
],
"matches": [
"https:\/\/teams.microsoft.com\/*",
"https:\/\/*.teams.microsoft.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/teams.cloud.microsoft\/*",
"https:\/\/*.teams.cloud.microsoft\/*"
]
}
],
"action": {
"default_title": "SkyNotes Max V3",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"homepage_url": "https:\/\/skynotesapp.com",
"author": "SkyNotes",
"short_name": "SkyNotes Max",
"categories": [
"productivity",
"business"
],
"minimum_chrome_version": "88",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"privacy_policy": "https:\/\/skynotesapp.com\/privacy-policy-skynotes-max.html"
}