19 lines
482 B
Desktop File
19 lines
482 B
Desktop File
|
[Desktop Entry]
|
||
|
Encoding=UTF-8
|
||
|
Name=%NAME
|
||
|
GenericName=Web Browser
|
||
|
Comment=Web Browser
|
||
|
TryExec=%EXEC
|
||
|
Exec=%EXEC %u
|
||
|
Icon=%ICON
|
||
|
Terminal=false
|
||
|
StartupNotify=true
|
||
|
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
|
||
|
Type=Application
|
||
|
|
||
|
Actions=PrivateBrowsing;
|
||
|
|
||
|
[Desktop Action PrivateBrowsing]
|
||
|
Name=New Private Browsing Window
|
||
|
Exec=%EXEC --private-window %u
|