LP#1708757 Add Hatch png icons
authorBill Erickson <berickxx@gmail.com>
Fri, 10 Nov 2017 19:21:04 +0000 (14:21 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 15 Dec 2017 15:57:16 +0000 (10:57 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
extension/app/hatch_icon_128.png [new file with mode: 0644]
extension/app/hatch_icon_16.png [new file with mode: 0644]
extension/app/hatch_icon_440x280.png [new file with mode: 0644]
extension/app/hatch_icon_48.png [new file with mode: 0644]
extension/app/manifest.json

diff --git a/extension/app/hatch_icon_128.png b/extension/app/hatch_icon_128.png
new file mode 100644 (file)
index 0000000..86228e7
Binary files /dev/null and b/extension/app/hatch_icon_128.png differ
diff --git a/extension/app/hatch_icon_16.png b/extension/app/hatch_icon_16.png
new file mode 100644 (file)
index 0000000..4981a09
Binary files /dev/null and b/extension/app/hatch_icon_16.png differ
diff --git a/extension/app/hatch_icon_440x280.png b/extension/app/hatch_icon_440x280.png
new file mode 100644 (file)
index 0000000..de788a5
Binary files /dev/null and b/extension/app/hatch_icon_440x280.png differ
diff --git a/extension/app/hatch_icon_48.png b/extension/app/hatch_icon_48.png
new file mode 100644 (file)
index 0000000..1f1974a
Binary files /dev/null and b/extension/app/hatch_icon_48.png differ
index 8e8c765..74d1a19 100644 (file)
@@ -5,6 +5,11 @@
   "version": "1.0",
   "manifest_version": 2,
   "description": "Relays messages to/from Hatch.",
+  "icons": { 
+    "16":  "hatch_icon_16.png",
+    "48":  "hatch_icon_48.png",
+    "128": "hatch_icon_128.png" 
+  },
   "background" : {
     "scripts" : ["extension.js"]
   },