mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-27 17:29:59 +08:00
19 lines
464 B
Diff
19 lines
464 B
Diff
--- a/src/manifest.v2.json
|
|
+++ b/src/manifest.v2.json
|
|
@@ -1,5 +1,5 @@
|
|
{
|
|
- "name": "ChatGPTBox",
|
|
+ "name": "Fission - ChatBox",
|
|
"description": "Integrating ChatGPT into your browser deeply, everything you need is here",
|
|
"version": "0.0.0",
|
|
"manifest_version": 2,
|
|
@@ -28,7 +28,7 @@
|
|
"scripts": [
|
|
"background.js"
|
|
],
|
|
- "persistent": true
|
|
+ "persistent": true
|
|
},
|
|
"browser_action": {
|
|
"default_popup": "popup.html?popup=true"
|