diff --git a/README.adoc b/README.adoc index 8c2b3c8..88d1ab6 100644 --- a/README.adoc +++ b/README.adoc @@ -106,6 +106,10 @@ You can run the tests with `ctest` inside the build directory. Install with == Copyright +The icons of the plugins are from the +https://github.com/PapirusDevelopmentTeam/papirus-icon-theme[Papirus icon +theme] with the license GPLv3. + ---- Copyright © 2019 tastytea . License GPLv3: GNU GPL version 3 . diff --git a/browser-plugins/webextension/icon_dark.svg b/browser-plugins/webextension/icon_dark.svg new file mode 100644 index 0000000..99621e3 --- /dev/null +++ b/browser-plugins/webextension/icon_dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/browser-plugins/webextension/icon_light.svg b/browser-plugins/webextension/icon_light.svg new file mode 100644 index 0000000..e8d7cfb --- /dev/null +++ b/browser-plugins/webextension/icon_light.svg @@ -0,0 +1,3 @@ + + + diff --git a/browser-plugins/webextension/manifest.json b/browser-plugins/webextension/manifest.json index f6e1184..fa2dbd7 100644 --- a/browser-plugins/webextension/manifest.json +++ b/browser-plugins/webextension/manifest.json @@ -1,11 +1,16 @@ { "manifest_version": 2, "name": "remwharead", - "version": "0.1.2", + "version": "0.2.0", "description": "Integrates remwharead into your Browser.", "homepage_url": "https://schlomp.space/tastytea/remwharead", + "icons": + { + "16": "icon_dark.svg" + }, + "applications": { "gecko": @@ -25,7 +30,14 @@ { "default_title": "remwharead", "default_popup": "add_uri.html", - "browser_style": true + "browser_style": true, + "default_icon": "icon_dark.svg", + "theme_icons": + [{ // Dark means dark text in Firefox. 🙄 + "dark": "icon_light.svg", + "light": "icon_dark.svg", + "size": 16 + }] }, "commands":