From: Bill Erickson Date: Fri, 10 Nov 2017 19:21:04 +0000 (-0500) Subject: LP#1708757 Add Hatch png icons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=273231275666e12a7e7e726a27f2a3483ad9d726;p=working%2FHatch.git LP#1708757 Add Hatch png icons Signed-off-by: Bill Erickson Signed-off-by: Chris Sharp --- diff --git a/extension/app/hatch_icon_128.png b/extension/app/hatch_icon_128.png new file mode 100644 index 0000000000..86228e7be2 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 index 0000000000..4981a0929a 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 index 0000000000..de788a5b7c 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 index 0000000000..1f1974a4e9 Binary files /dev/null and b/extension/app/hatch_icon_48.png differ diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 8e8c765ebc..74d1a19a0c 100644 --- a/extension/app/manifest.json +++ b/extension/app/manifest.json @@ -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"] },