mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
prepare for web store
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# Build
|
||||||
|
package.zip
|
||||||
build/
|
build/
|
||||||
|
|
||||||
.DS_Store/
|
.DS_Store/
|
||||||
@@ -2,15 +2,18 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "BetterSEQTA+",
|
"name": "BetterSEQTA+",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"description": "An extension that makes the SEQTA experience customizable and unique to you!",
|
"description": "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon-48.png"
|
"32": "icons/icon-32.png",
|
||||||
|
"48": "icons/icon-48.png",
|
||||||
|
"64": "icons/icon-64.png"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"browser_style": true,
|
"browser_style": true,
|
||||||
"default_popup": "popup/info.html",
|
"default_popup": "popup/info.html",
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"32": "icons/icon-32.png",
|
"32": "icons/icon-32.png",
|
||||||
|
"48": "icons/icon-48.png",
|
||||||
"64": "icons/icon-64.png"
|
"64": "icons/icon-64.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user