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_extensionName__",
"version": "1.0.4",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabCapture",
"tabs",
"cookies",
"offscreen"
],
"host_permissions": [
"https:\/\/api.ticnote.com\/*",
"https:\/\/ainote-guigu.mobvoi.com\/*",
"https:\/\/www.ticnote.com\/*",
"https:\/\/www.ticnote.cn\/*",
"https:\/\/voice-api.ticnote.cn\/*",
"https:\/\/ip-api.com\/*",
"https:\/\/ipapi.co\/*",
"https:\/\/ipinfo.io\/*",
"https:\/\/api.ipify.org\/*",
"https:\/\/meet.google.com\/*",
"https:\/\/*.zoom.us\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/app.tactiq.io\/*",
"file:\/\/\/*",
"*:\/\/*\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "__MSG_extensionName__"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-C2Nn42VL.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"css": [
"assets\/SidebarApp-C3EM47RZ.css",
"assets\/index-C9aYlaYG.css"
]
},
{
"js": [
"assets\/index.ts-Cch7O2PY.js"
],
"matches": [
"https:\/\/meet.google.com\/*",
"https:\/\/*.zoom.us\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/sit.ticnote.com\/*",
"https:\/\/sit.ticnote.cn\/*",
"https:\/\/www.ticnote.com\/*",
"https:\/\/www.ticnote.cn\/*",
"http:\/\/localhost\/*",
"file:\/\/\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "src\/assets\/icons\/icon16.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/sidebar\/index.html",
"src\/offscreen\/index.html",
"src\/offscreen\/offscreen.ts",
"src\/assets\/*",
"src\/assets\/images\/*",
"src\/assets\/images\/record\/*",
"src\/assets\/images\/login\/*",
"src\/utils\/audio-recorder.ts",
"assets\/login-bg-C0gjR_VW.png",
"assets\/_plugin-vue_export-helper-DbR5JAwZ.js",
"assets\/SidebarApp-DrAhAI3c.js",
"assets\/index.ts-Bb8YLaAh.js"
],
"use_dynamic_url": false
},
{
"matches": [
"file:\/\/\/*",
"http:\/\/localhost\/*",
"https:\/\/*.teams.live.com\/*",
"https:\/\/*.zoom.us\/*",
"https:\/\/meet.google.com\/*",
"https:\/\/sit.ticnote.cn\/*",
"https:\/\/sit.ticnote.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/teams.microsoft.com\/*",
"https:\/\/www.ticnote.cn\/*",
"https:\/\/www.ticnote.com\/*"
],
"resources": [
"assets\/index.ts-Cch7O2PY.js"
],
"use_dynamic_url": false
}
],
"externally_connectable": {
"matches": [
"https:\/\/sit.ticnote.com\/*",
"https:\/\/sit.ticnote.cn\/*",
"https:\/\/www.ticnote.com\/*",
"https:\/\/www.ticnote.cn\/*",
"http:\/\/localhost:*\/*",
"https:\/\/localhost:*\/*"
]
},
"options_page": "src\/options\/index.html",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}