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": "Vespera Recovery Tool",
"short_name": "VRT",
"version": "2.3.0",
"description": "Surgically reclaim your AI conversation history. Your Data. Your Rules.",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*"
],
"action": {
"default_title": "Vespera Recovery Tool",
"default_icon": "Images\/icon128.png"
},
"icons": {
"16": "Images\/icon16.png",
"48": "Images\/icon48.png",
"128": "Images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*"
],
"js": [
"extractor.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
}