Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DeepSeek AI", "version": "1.0.5", "default_locale": "en", "description": "__MSG_appDesc__", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "https:\/\/qfjcjtsklspbzxszcwmf.supabase.co\/*" ], "action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "popup.html" }, "options_page": "history.html" }