Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_extName__", "version": "1.2.5", "description": "__MSG_extShortDesc__", "default_locale": "en", "icons": { "16": "images\/16.png", "19": "images\/19.png", "38": "images\/38.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.deepseek.com\/*" ], "css": [ "blueContentScript.css" ], "js": [ "blueContentScript.js" ] } ], "background": { "service_worker": "blueBackground.js" }, "action": { "default_title": "__MSG_extName__", "default_popup": "bluePopup.html", "default_icon": { "16": "images\/16.png", "19": "images\/19.png", "38": "images\/38.png", "48": "images\/48.png", "128": "images\/128.png" } }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }