summarylogtreecommitdiffstats
path: root/firefox-developer.desktop
blob: 501ee169afa50b5347780d5f389b58dca01ff201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Desktop Entry]
Version=1.0
Name=Firefox Developer
GenericName=Web Browser
Icon=firefox-developer-icon
Type=Application
Categories=Application;Network;
MimeType=text/html
Encoding=UTF-8
Exec=firefox-developer --class=firefox-developer %u
Terminal=false
MultipleArgs=false
StartupNotify=true
Actions=new-window;new-private-window;

[Desktop Action new-window]
Name=Neues Fenster
Exec=firefox-developer --new-window %u

[Desktop Action new-private-window]
Name=Neues privates Fenster
Exec=firefox-developer --private-window %u