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", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/chat.deepseek.com\/*" ], "type": "module" } ], "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "permissions": [ "storage" ], "version": "1.1", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "img\/*", "assets\/*", "styles.css", "languages.js", "ui.js", "state.js", "speech.js", "modal.js", "micPosition.js", "autoGeneration.js", "widthAdjustment.js", "clearButton.js" ] } ] }