Inspect and view changes in Claude.ai Chat Backup 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": "Claude.ai Chat Backup",
"version": "1.0",
"description": "Backs up all conversations into one JSON file.",
"permissions": [
"cookies",
"downloads",
"https://claude.ai/*"
],
"background": {
"scripts": [
"chat_export_background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Backup Conversations",
"default_popup": "html/chat_export_popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{1139699f-c3b9-4684-84b2-12d7838d054c}"
}
}
}