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-CIVYkt-A.js" ], "matches": [ "*:\/\/*.notta.ai\/*" ] } ], "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\/message-DDuo9X44.js", "assets\/index.ts-CcSgGxoi.js" ], "use_dynamic_url": false } ], "version": "1.0.13" }