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_appDesc__",
"default_locale": "en",
"minimum_chrome_version": "116",
"homepage_url": "https:\/\/www.notta.ai",
"icons": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
},
"action": {
"default_icon": {
"16": "images\/logo.png",
"24": "images\/logo.png",
"32": "images\/logo.png"
},
"default_title": "Notta"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-CyMKn4k9.js"
],
"matches": [
"*:\/\/*.notta.ai\/*"
]
},
{
"js": [
"assets\/index.tsx-loader-C4fw0ZU2.js"
],
"matches": [
"https:\/\/meet.google.com\/*",
"https:\/\/*.zoom.us\/*",
"https:\/\/*.zoom.com\/*",
"https:\/\/*.webex.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/teams.microsoft.com\/*"
],
"css": [
"assets\/index-Dkqlvkim.css"
]
}
],
"permissions": [
"tabs",
"activeTab",
"cookies",
"storage",
"notifications",
"sidePanel",
"windows",
"system.display"
],
"host_permissions": [
"*:\/\/*.notta.ai\/*",
"*:\/\/*.notta.io\/*",
"*:\/\/*.amazonaws.com\/*",
"https:\/\/www.google-analytics.com\/",
"*:\/\/*.hubspot.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"matches": [
"http:\/\/localhost:*\/*",
"https:\/\/*\/*"
],
"resources": [
"images\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.notta.ai\/*"
],
"resources": [
"assets\/index-mALp14lW.js",
"assets\/message-BHLkQsrP.js",
"assets\/index.ts-BxmTCsXd.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.webex.com\/*",
"https:\/\/*.zoom.com\/*",
"https:\/\/*.zoom.us\/*",
"https:\/\/meet.google.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/teams.microsoft.com\/*"
],
"resources": [
"assets\/index-DpcLWyKP.js",
"assets\/index-8Dns2dYc.js",
"assets\/i18n-CLGK_t83.js",
"assets\/index-BYfz_7QE.js",
"assets\/message-BHLkQsrP.js",
"assets\/index-CBkEOOPe.js",
"assets\/index.tsx-AgDaAuw8.js"
],
"use_dynamic_url": false
}
],
"version": "1.1.7"
}