summaryrefslogtreecommitdiff
path: root/browser/branding/unofficial/browser.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'browser/branding/unofficial/browser.desktop')
-rw-r--r--browser/branding/unofficial/browser.desktop25
1 files changed, 25 insertions, 0 deletions
diff --git a/browser/branding/unofficial/browser.desktop b/browser/branding/unofficial/browser.desktop
new file mode 100644
index 000000000..04389f92d
--- /dev/null
+++ b/browser/branding/unofficial/browser.desktop
@@ -0,0 +1,25 @@
+[Desktop Entry]
+Name=Browser
+GenericName=Web Browser
+Comment=Browse the World Wide Web
+Exec=palemoon %u
+Terminal=false
+Type=Application
+Icon=palemoon
+Categories=Network;WebBrowser;
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
+StartupNotify=false
+Actions=NewTab;NewWindow;NewPrivateWindow;
+StartupWMClass="browser"
+
+[Desktop Action NewTab]
+Name=Open new tab
+Exec=palemoon -new-tab
+
+[Desktop Action NewWindow]
+Name=Open new window
+Exec=palemoon -new-window
+
+[Desktop Action NewPrivateWindow]
+Name=New private window
+Exec=palemoon -private-window