Update io.github.zen_browser.zen.desktop

This commit is contained in:
mauro 🤙 2024-08-05 08:57:36 +02:00 committed by GitHub
parent a32c614b74
commit db169b8ca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,25 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Zen Browser
Comment=Zen Browser. Your browser, your way.
Exec=launch-script.sh %u
Icon=zen
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupWMClass=zen-alpha
Categories=Network;WebBrowser;
Icon=io.github.zen_browser.zen
Exec=launch-script.sh
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Actions=new-window;new-private-window;profilemanager;
MimeType=x-scheme-handler/http;x-scheme-handler/https;
[Desktop Action new-window]
Name=Open a New Window
Exec=launch-script.sh %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=launch-script.sh --private-window %u
[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=launch-script.sh --ProfileManager %u