From f617ca26bbea87f1b8b64b8a83246ef97c4c9c8a Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 9 Jun 2019 18:45:41 +0200 Subject: [PATCH] Support dark themes on icon - Fixes #1424 --- src/img/container-site-light.svg | 3 +++ src/manifest.json | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/img/container-site-light.svg diff --git a/src/img/container-site-light.svg b/src/img/container-site-light.svg new file mode 100644 index 0000000..9d5e4c3 --- /dev/null +++ b/src/img/container-site-light.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 29915b0..136cd82 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -47,7 +47,12 @@ "browser_style": true, "default_icon": "img/container-site.svg", "default_title": "Multi-Account Containers", - "default_popup": "popup.html" + "default_popup": "popup.html", + "theme_icons": [{ + "light": "img/container-site-light.svg", + "dark": "img/container-site.svg", + "size": 32 + }] }, "background": {