Skip to content

Commit b9f122c

Browse files
torokati44n0samu
authored andcommitted
Add a badge linking to the Edge addon in the Microsoft store
1 parent b942134 commit b9f122c

File tree

2 files changed

+158
-0
lines changed

2 files changed

+158
-0
lines changed
Lines changed: 150 additions & 0 deletions
Loading

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ <h3>Installing the browser extension</h3>
147147
<a href="https://addons.mozilla.org/firefox/addon/ruffle_rs" target="_blank" rel="nofollow" class="store-badge">
148148
<img src="{{ "/assets/get-the-addon.svg" | relative_url }}" width="172" height="60" alt="addons.mozilla.org" class="img-fluid">
149149
</a>
150+
151+
<a href="https://microsoftedge.microsoft.com/addons/detail/ruffle/pipjjbgofgieknlpefmcckdmgaaegban" target="_blank" rel="nofollow" class="store-badge">
152+
<img src="{{ "/assets/get-it-from-microsoft-light.svg" | relative_url }}" width="167.75" height="60" alt="Get it from Microsoft" class="img-fluid">
153+
</a>
150154
</div>
151155
<p>
152156
These update whenever new
@@ -213,6 +217,10 @@ <h2 id="downloads">Downloads</h2>
213217
<img src="{{ "/assets/get-the-addon.svg" | relative_url }}" width="172" height="60" alt="addons.mozilla.org" class="img-fluid">
214218
</a>
215219

220+
<a href="https://microsoftedge.microsoft.com/addons/detail/ruffle/pipjjbgofgieknlpefmcckdmgaaegban" target="_blank" rel="nofollow" class="store-badge">
221+
<img src="{{ "/assets/get-it-from-microsoft-light.svg" | relative_url }}" width="167.75" height="60" alt="Get it from Microsoft" class="img-fluid">
222+
</a>
223+
216224
{% assign all_releases = site.github.releases | where_exp:"item", "item.draft == false" %}
217225
{% assign prerelease = all_releases | where_exp:"item", "item.prerelease == true" %}
218226
{% assign full_release = all_releases | where_exp:"item", "item.prerelease == false" %}

0 commit comments

Comments
 (0)