commit 16a2f93759568be79f1a7d4a86ce1d6c9795b1d8 Author: Arlo Breault arlolra@gmail.com Date: Wed Nov 3 13:08:52 2021 -0400
Add "icons" to the manifest
For the chrome://extensions page.
Fixes #33 --- webext/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/webext/manifest.json b/webext/manifest.json index 504b664..f1e1a0f 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -4,6 +4,10 @@ "version": "0.5.4", "description": "__MSG_appDesc__", "default_locale": "en_US", + "icons": { + "48": "assets/toolbar-on-48.png", + "96": "assets/toolbar-on-96.png" + }, "background": { "scripts": [ "snowflake.js" @@ -21,4 +25,4 @@ "permissions": [ "storage" ] -} \ No newline at end of file +}
tor-commits@lists.torproject.org