From 84c99ba25798113749e65197962ba4f94052c198 Mon Sep 17 00:00:00 2001 From: hensm Date: Fri, 24 Jul 2020 22:18:09 +0100 Subject: [PATCH] Add extension icon (closes #131) --- ext/src/icons/icon.svg | 5 +++++ ext/src/manifest.json | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 ext/src/icons/icon.svg diff --git a/ext/src/icons/icon.svg b/ext/src/icons/icon.svg new file mode 100644 index 0000000..21a91da --- /dev/null +++ b/ext/src/icons/icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/ext/src/manifest.json b/ext/src/manifest.json index 1381fca..02ff3e1 100755 --- a/ext/src/manifest.json +++ b/ext/src/manifest.json @@ -41,6 +41,12 @@ , "content_security_policy": "CONTENT_SECURITY_POLICY" , "default_locale": "en" + + , "icons": { + "48": "icons/icon.svg" + , "96": "icons/icon.svg" + } + , "manifest_version": 2 , "options_ui": {