# Copyright © 2022 Soren Stoutner . # # This file is part of 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 . # The specification for the .desktop file can be found at . [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 with the optional URL argument. Exec=privacy-browser %u # Specify the WM class, which groups windows of the same application together. StartupWMClass=privacy-browser # TODO. Set the document path. X-DocPath=privacybrowser/index.html # Enumerate the supported MIME types. MimeType=text/html;text/xml;application/xhtml+xml;application/xml;x-scheme-handler/http;x-scheme-handler/https;