diff --git a/icons/bookmarklet-light.svg b/icons/bookmarklet-light.svg new file mode 100644 index 0000000..a2dfddf --- /dev/null +++ b/icons/bookmarklet-light.svg @@ -0,0 +1,4 @@ + diff --git a/manifest.json b/manifest.json index 38514ec..2e8ff0e 100644 --- a/manifest.json +++ b/manifest.json @@ -30,7 +30,12 @@ "browser_action": { "default_icon": "icons/bookmarklet.svg", "default_popup": "popup/action.html", - "browser_style": true + "browser_style": true, + "theme_icons": [{ + "light": "icons/bookmarklet-light.svg", + "dark": "icons/bookmarklet.svg", + "size": 18 + }] }, "applications": { diff --git a/options/options.html b/options/options.html index cb794d2..19df798 100644 --- a/options/options.html +++ b/options/options.html @@ -2,6 +2,12 @@
+ + diff --git a/popup/action.html b/popup/action.html index 8cf6131..e8582ca 100644 --- a/popup/action.html +++ b/popup/action.html @@ -2,6 +2,7 @@ +