Skip to content

Commit

Permalink
Add more screenshots and set metainfo screenshot URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Oct 8, 2024
1 parent 6d6bc66 commit 433ce89
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ security, we will always put your privacy first._

See: https://vpn.mozilla.org

![Mozilla VPN Connected to New York](docs/screenshots/linux-screenshot-home-active.png) ![Mozilla VPN Server Selection](docs/screenshots/linux-screenshot-server-selection.png)
![Mozilla VPN Connected to New York](docs/screenshots/linux-screenshot-home-active.png) ![Mozilla VPN Server Selection](docs/screenshots/linux-screenshot-selection-multihop.png)

## Getting Involved

Expand Down
Binary file modified docs/screenshots/linux-screenshot-home-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
27 changes: 25 additions & 2 deletions linux/flatpak/org.mozilla.vpn.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Mozilla Corporation</name>
</developer>

<icon type="remote">https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/src/ui/resources/logo-generic.png</icon>
<icon type="remote">https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/src/ui/resources/logo-generic.svg</icon>
<branding>
<color type="primary" scheme_preference="light">#f9f9fa</color>
<color type="primary" scheme_preference="dark">#38383d</color>
Expand Down Expand Up @@ -49,6 +49,29 @@
</ul>
</description>
<project_group>Mozilla</project_group>


<screenshots>
<screenshot type="default">
<caption>Mozilla VPN home screen</caption>
<image>https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/docs/screenshots/linux-screenshot-home-inactive.png</image>
</screenshot>
<screenshot>
<caption>Recommended servers selection screen</caption>
<image>https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/docs/screenshots/linux-screenshot-selection-recommended.png</image>
</screenshot>
<screenshot>
<caption>Server selection screen</caption>
<image>https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/docs/screenshots/linux-screenshot-selection-multihop.png</image>
</screenshot>
<screenshot>
<caption>Mozilla VPN connected to Toronto</caption>
<image>https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/docs/screenshots/linux-screenshot-home-active.png</image>
</screenshot>
<screenshot>
<caption>Privacy settings screen</caption>
<image>https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/refs/heads/main/docs/screenshots/linux-screenshot-privacy.png</image>
</screenshot>
</screenshots>

<launchable type="desktop-id">org.mozilla.vpn.desktop</launchable>
</component>

0 comments on commit 433ce89

Please sign in to comment.