From 587dad376a6f55adefd06b9814743a3c124cf3ca Mon Sep 17 00:00:00 2001 From: Fr4nzD13trich Date: Mon, 22 Dec 2025 17:23:15 +0100 Subject: [PATCH] Extension changed --- assets/launcher/helium.desktop.template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 assets/launcher/helium.desktop.template diff --git a/assets/launcher/helium.desktop.template b/assets/launcher/helium.desktop.template new file mode 100644 index 0000000..22ea353 --- /dev/null +++ b/assets/launcher/helium.desktop.template @@ -0,0 +1,24 @@ +[Desktop Entry] +Version=1.0 +Name=Helium Web Browser +GenericName=Web Browser +Comment=Access the Internet +Exec=%APP_LOCATION% %U +StartupNotify=true +StartupWMClass=helium +Terminal=false +Icon=%ICON_LOCATION% +Type=Application +Categories=Network;WebBrowser; +MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https; +Actions=new-window;new-private-window; +X-AppImage-Version=%APP_VERSION% + +[Desktop Action new-window] +Name=New Window +Exec=%APP_LOCATION% + +[Desktop Action new-private-window] +Name=New Incognito Window +Exec=%APP_LOCATION% --incognito +