mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-15 12:15:37 +08:00
build: adjust to comply with apple's review policy
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--- 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,
|
||||
@@ -17,7 +17,8 @@
|
||||
"background": {
|
||||
"scripts": [
|
||||
"background.js"
|
||||
- ]
|
||||
+ ],
|
||||
+ "persistent": false
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html"
|
||||
Reference in New Issue
Block a user