mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
Update io.github.zen_browser.zen.desktop
This commit is contained in:
parent
a32c614b74
commit
db169b8ca7
1 changed files with 20 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue