]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/com.stoutner.privacybrowser.appdata.xml
196d0ea661c45fa9d24f55b2d577123ee801f8f4
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.appdata.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
7
8   Permission is granted to copy, distribute and/or modify this document
9   under the terms of the GNU Free Documentation License, Version 1.3
10   or any later version published by the Free Software Foundation;
11   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
12
13   You should have received a copy of the GNU Free Documentation License
14   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
15
16 <!-- The XML specification can be found at <https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html>. -->
17 <!-- The file can be validated using `appstreamcli validate com.stoutner.privacybrowser.appdata.xml`. -->
18 <component type="desktop-application">
19     <id>com.stoutner.privacybrowser</id>
20
21     <metadata_license>GFDL-1.3</metadata_license>
22
23     <name>Privacy Browser</name>
24
25     <summary>A web browser that respects your privacy</summary>
26
27     <description>
28         <p>
29             Privacy Browser is a web browser based on Qt WebEngine with a focus on privacy and security.
30             Features like JavaScript and cookies are disabled by default but are easy to automatically enable on-the-fly or by domain.
31         </p>
32     </description>
33
34     <categories>
35         <category>Network</category>
36         <category>WebBrowser</category>
37     </categories>
38
39     <url type="homepage">https://www.stoutner.com/privacy-browser-pc/</url>
40     <url type="bugtracker">https://redmine.stoutner.com/projects/privacy-browser-pc/issues</url>
41     <url type="donation">https://www.stoutner.com/donations/</url>
42     <url type="contact">https://redmine.stoutner.com/projects/privacy-browser-pc/boards</url>
43
44     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
45
46     <releases>
47         <release version="0.1" date="2023-03-11">
48             <description>
49                 <p>Initial release.</p>
50             </description>
51         </release>
52     </releases>
53
54     <provides>
55         <binary>privacybrowser</binary>
56     </provides>
57
58     <project_license>GPL-3.0-or-later</project_license>
59
60     <developer_name>Soren Stoutner</developer_name>
61
62     <screenshots>
63         <screenshot type="default">
64             <image type="source">https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blob_plain;f=doc/privacybrowser.png;hb=HEAD</image>
65             <caption>The main Privacy Browser window.</caption>
66         </screenshot>
67     </screenshots>
68
69     <update_contact>soren@stoutner.com</update_contact>
70
71     <!-- This content rating was generated from <https://hughsie.github.io/oars/generate.html>. -->
72     <content_rating type="oars-1.0" />
73 </component>