This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
The following commit(s) were added to refs/heads/main by this push: new 995a427 Add Microsoft Edge px-Edge_logo 995a427 is described below
commit 995a42710044ae1df0fb839b12906049549c2074 Author: meskio meskio@torproject.org AuthorDate: Wed Jan 11 14:11:09 2023 +0100
Add Microsoft Edge px-Edge_logo
Closes: #56 --- static/200px-Edge_logo.png | Bin 0 -> 22025 bytes static/_locales/en_US/website.json | 3 +++ static/index.html | 4 ++++ 3 files changed, 7 insertions(+)
diff --git a/static/200px-Edge_logo.png b/static/200px-Edge_logo.png new file mode 100644 index 0000000..dc850a2 Binary files /dev/null and b/static/200px-Edge_logo.png differ diff --git a/static/_locales/en_US/website.json b/static/_locales/en_US/website.json index 9f7aa38..60eeebb 100644 --- a/static/_locales/en_US/website.json +++ b/static/_locales/en_US/website.json @@ -38,6 +38,9 @@ "installChrome": { "message": "Install in Chrome" }, + "installEdge": { + "message": "Install in Edge" + }, "webBadgeTitle":{ "message": "Leave this browser tab open or embed a web badge on your website" }, diff --git a/static/index.html b/static/index.html index 5330fe8..ffbb2f1 100644 --- a/static/index.html +++ b/static/index.html @@ -75,6 +75,10 @@ <img src="./200px-Chrome_logo.png" alt="Install in Chrome" height="100" /><br /> <span data-msgid="__MSG_installChrome__"></span> </a> + <a href="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie"> + <img src="./200px-Edge_logo.png" alt="Install in Edge" height="100" /><br /> + <span data-msgid="__MSG_installEdge__"></span> + </a> </p>
<h3 data-msgid="__MSG_webBadgeTitle__"></h3>