Browse Source

Add icon

main
Dylan Baker 3 years ago
parent
commit
a9d315b022
2 changed files with 5 additions and 1 deletions
  1. BIN
      icon48.png
  2. 5
    1
      manifest.json

BIN
icon48.png View File


+ 5
- 1
manifest.json View File

@@ -3,7 +3,11 @@
3 3
   "name": "Wordle Extended Share",
4 4
   "version": "1.0",
5 5
 
6
-  "description": "Includes the guesses as well as the colors",
6
+  "description": "Includes the guesses in spoiler tags",
7
+
8
+  "icons": {
9
+    "48": "icon48.png"
10
+  },
7 11
 
8 12
   "content_scripts": [
9 13
     {

Loading…
Cancel
Save