# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: 2022-2024 Soren Stoutner # # This file is part of Privacy Browser PC . # # This program 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. # # This program 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 # this program. If not, see . # The specification for the .desktop file can be found at . # The file can be validated by running `desktop-file-validate com.stoutner.privacybrowser.desktop`. [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=privacybrowser # Set the executable with the optional URL argument. Exec=privacybrowser %u # Specify the WM class, which groups windows of the same application together. StartupWMClass=privacybrowser # Set the handbook docbook path. X-DocPath=privacybrowser/index.html # Enumerate the supported MIME types. MimeType=text/html;application/xml;application/xhtml+xml;application/x-mimearchive;x-scheme-handler/http;x-scheme-handler/https; # Set the keywords, which are used for searching in addition to the Name and GenericName. Keywords=HTTP;HTTPS