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_shortDesc__", "options_ui": { "page": "src\/pages\/options\/index.html" }, "action": { "default_icon": { "32": "icon-32.png" } }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "identity", "scripting", "cookies", "https:\/\/scripsy.ai\/*" ], "host_permissions": [ "https:\/\/nest-transcriber-server-production.up.railway.app\/*", "https:\/\/nest-transcriber-server-release.up.railway.app\/*", "https:\/\/*.googleapis.com\/*", "https:\/\/*.youtube.com\/*\/*\/*", "https:\/\/*.google-analytics.com\/*", "https:\/\/scripsy.ai\/*" ], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-BidGA3Ea.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "css": [ "contentStyle.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "contentStyle.css", "fonts\/*", "icon-128.png", "icon-32.png" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/index-iU_Msk_C.js", "assets\/client-B1n91Qi_.js", "assets\/users-BeJdYA1K.js", "assets\/index.tsx-4znZyU7n.js" ], "use_dynamic_url": false } ], "version": "2.1.1", "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" } }