[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [snowflake-webext/main] Add "icons" to the manifest
commit 16a2f93759568be79f1a7d4a86ce1d6c9795b1d8
Author: Arlo Breault <arlolra@xxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits