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_extName__", "version": "1.0.1", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "storage", "clipboardWrite", "activeTab" ], "host_permissions": [ "https:\/\/chat.deepseek.com\/*" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/deepseeklogo.png", "48": "assets\/deepseeklogo.png", "128": "assets\/deepseeklogo.png" } }, "content_scripts": [ { "matches": [ "https:\/\/chat.deepseek.com\/*" ], "js": [ "content\/keymaster.js", "content\/toastify.js", "content\/content.js" ], "css": [ "content\/styles.css", "content\/toastify.css" ] } ], "background": { "service_worker": "background\/background.js" }, "icons": { "16": "assets\/deepseeklogo.png", "48": "assets\/deepseeklogo.png", "128": "assets\/deepseeklogo.png" } }