Inspect and view changes in Deepseek Customizer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Deepseek Customizer",
"version": "1.0",
"description": "Enhance the Deepseek Chat interface with customizable themes and personalized messages.",
"icons": {
"48": "icon.png"
},
"permissions": [
"activeTab",
"storage",
"https://chat.deepseek.com/*"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https://chat.deepseek.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5852a202-2e1b-4ab4-bda9-70aeb8e2b963}"
}
}
}