mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 09:29:42 +00:00
added an AppData xml file (#144)
This commit is contained in:
parent
f96aefc8f7
commit
c0ddded7c8
28
share/appdata/torbrowser-launcher.appdata.xml
Normal file
28
share/appdata/torbrowser-launcher.appdata.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Micah Lee <micah@micahflee.com> -->
|
||||
<application>
|
||||
<id type="desktop">torbrowser-launcher.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<name>Tor Browser Launcher</name>
|
||||
<summary>A program to help you download, keep updated, and run the Tor Browser Bundle</summary>
|
||||
<description>
|
||||
<p>Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:</p>
|
||||
<ul>
|
||||
<li>Downloading the most recent version of TBB for you, in your language and for your architecture</li>
|
||||
<li>Automatically updating (while preserving your bookmarks and preferences)</li>
|
||||
<li>Verifying the TBB's GnuPG signature</li>
|
||||
<li>Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)</li>
|
||||
<li>Adding a "Tor Browser" application launcher to your desktop environment's menu, and letting you set Tor Browser as your default browser</li>
|
||||
<li>Optionally playing a modem sound when you open Tor Browser (because Tor is so slow)</li>
|
||||
</ul>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/micahflee/torbrowser-launcher/master/screenshot.png</image>
|
||||
<caption>Window to change Tor Browser Launcher settings</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://github.com/micahflee/torbrowser-launcher</url>
|
||||
<updatecontact>micah@micahflee.com</updatecontact>
|
||||
</application>
|
Loading…
Reference in New Issue
Block a user