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": {