]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/com.stoutner.privacybrowser.appdata.xml
Initial Cookies implementation using a QVBoxLayout.
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.appdata.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
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 <component type="desktop-application">
18     <id>com.stoutner.privacybrowser</id>
19
20     <metadata_license>GFDL-1.3</metadata_license>
21
22     <name>Privacy Browser</name>
23
24     <summary>A web browser that respects your privacy.</summary>
25
26     <categories>
27         <category>Network</category>
28         <category>WebBrowser</category>
29     </categories>
30
31     <url type="homepage">https://www.stoutner.com/privacy-browser-pc/</url>
32     <url type="bugtracker">https://redmine.stoutner.com/projects/privacy-browser-pc/issues</url>
33     <url type="donation">https://www.stoutner.com/donations/</url>
34     <url type="contact">https://redmine.stoutner.com/projects/privacy-browser-pc/boards</url>
35
36     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
37
38     <releases>
39         <release version="0.1.1" date="2022-03-01"/>
40         <release version="0.1" date="2022-01-22"/>
41     </releases>
42
43     <provides>
44         <binary>privacy-browser</binary>
45     </provides>
46
47     <project_license>GPL-3.0-or-later</project_license>
48
49     <developer_name>Soren Stoutner</developer_name>
50
51     <!-- TODO -->
52     <screenshots>
53         <screenshot type="default">
54             <image> https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots </image>
55         </screenshot>
56     </screenshots>
57
58     <update_contact>soren@stoutner.com</update_contact>
59 </component>