mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
25 lines
750 B
Desktop File
25 lines
750 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Firefox Web Browser
|
|
Comment=Browse the World Wide Web
|
|
GenericName=Web Browser
|
|
Keywords=Internet;WWW;Browser;Web;Explorer
|
|
Exec=firefox %u
|
|
Terminal=false
|
|
X-MultipleArgs=false
|
|
Type=Application
|
|
Icon=firefox
|
|
Categories=GNOME;GTK;Network;WebBrowser;
|
|
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;video/webm;application/x-xpinstall;
|
|
StartupNotify=true
|
|
StartupWMClass=firefox
|
|
Actions=new-window;new-private-window;
|
|
|
|
[Desktop Action new-window]
|
|
Name=Open a New Window
|
|
Exec=firefox -new-window
|
|
|
|
[Desktop Action new-private-window]
|
|
Name=Open a New Private Window
|
|
Exec=firefox -private-window
|