]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/com.stoutner.privacybrowser.desktop
Make Privacy Browser installable.
[PrivacyBrowserPC.git] / src / com.stoutner.privacybrowser.desktop
diff --git a/src/com.stoutner.privacybrowser.desktop b/src/com.stoutner.privacybrowser.desktop
new file mode 100644 (file)
index 0000000..bdb64ed
--- /dev/null
@@ -0,0 +1,44 @@
+# Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+#
+# This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+#
+# Privacy Browser PC is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Privacy Browser PC is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>.
+
+# The specification for the .desktop file can be found at <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html>.
+[Desktop Entry]
+# Set the type.
+Type=Application
+
+# Set the name.
+Name=Privacy Browser
+
+# Set the generic name, which is displayed next to the name in the menu.
+GenericName=Web Browser
+
+# Set the categories.  These are used to organize the application in the menu.
+Categories=Network;WebBrowser;
+
+# Set the icon.
+Icon=privacy_browser.svg
+
+# Set the executable.
+Exec=privacy-browser
+
+# TODO.  Check if this is needed.
+StartupWMClass=privacy-browser
+
+# TODO.  Set the document path.
+X-DocPath=privacybrowser/index.html
+
+# TODO.  Add MIME types.