Inspect and view changes in chataj 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
{
"description": "Ask chat gpt directly from the extenstion",
"manifest_version": 2,
"name": "chataj",
"version": "1.0",
"icons": {
"48": "beasts-48.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "beasts-48.png",
"default_title": "chataj",
"default_popup": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{a623513a-8ea2-4710-a522-fcc61061001f}"
}
}
}