diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index da4f8f89..00000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 7c2833ec..01ed2b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ node_modules/ package-lock.json +# Build +package.zip build/ -.DS_Store/ \ No newline at end of file +.DS_Store/ diff --git a/public/manifest.json b/public/manifest.json index 4a8f95d1..ad242c92 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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" } },