]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/com.stoutner.privacybrowser.appdata.xml
Make Privacy Browser installable.
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.appdata.xml
diff --git a/src/com.stoutner.privacybrowser.appdata.xml b/src/com.stoutner.privacybrowser.appdata.xml
new file mode 100644 (file)
index 0000000..49704a9
--- /dev/null
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
+
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.3
+  or any later version published by the Free Software Foundation;
+  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+
+  You should have received a copy of the GNU Free Documentation License
+  along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<!-- The XML specification can be found at <https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html>. -->
+<component type="desktop-application">
+    <id>com.stoutner.privacybrowser</id>
+
+    <metadata_license>GFDL-1.3</metadata_license>
+
+    <name>Privacy Browser</name>
+
+    <summary>A web browser that respects your privacy.</summary>
+
+    <categories>
+        <category>Network</category>
+        <category>WebBrowser</category>
+    </categories>
+
+    <url type="homepage">https://www.stoutner.com/privacy-browser-pc/</url>
+    <url type="bugtracker">https://redmine.stoutner.com/projects/privacy-browser-pc/issues</url>
+    <url type="donation">https://www.stoutner.com/donations/</url>
+    <url type="contact">https://redmine.stoutner.com/projects/privacy-browser-pc/boards</url>
+
+    <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
+
+    <releases>
+        <release version="0.1.1" date="2022-03-01"/>
+        <release version="0.1" date="2022-01-22"/>
+    </releases>
+
+    <provides>
+        <binary>privacy-browser</binary>
+    </provides>
+
+    <project_license>GPL-3.0-or-later</project_license>
+
+    <developer_name>Soren Stoutner</developer_name>
+
+    <!-- TODO -->
+    <screenshots>
+        <screenshot type="default">
+            <image> https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots </image>
+        </screenshot>
+    </screenshots>
+
+    <update_contact>soren@stoutner.com</update_contact>
+</component>