prepare for web store

This commit is contained in:
SethBurkart123
2023-08-31 06:25:32 +10:00
parent 2cc3f283d8
commit 2786daa85a
3 changed files with 8 additions and 3 deletions
Vendored
BIN
View File
Binary file not shown.
+3 -1
View File
@@ -2,6 +2,8 @@
node_modules/
package-lock.json
# Build
package.zip
build/
.DS_Store/
.DS_Store/
+5 -2
View File
@@ -2,15 +2,18 @@
"manifest_version": 3,
"name": "BetterSEQTA+",
"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": {
"48": "icons/icon-48.png"
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png"
},
"action": {
"browser_style": true,
"default_popup": "popup/info.html",
"default_icon": {
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png"
}
},