blob: 752149e9677098742a21abc3e2145f95e4b4182c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[Desktop Entry]
Version=1.0
Name=Ghostery Private Browser
GenericName=Web Browser
GenericName[de]=Webbrowser
GenericName[fr]=Navigateur Web
Comment=Browse the World Wide Web
Comment[de]=Im Internet surfen
Comment[fr]=Naviguer sur le Web
Keywords=Internet;WWW;Browser;Web;Explorer
Keywords[de]=Internet;WWW;Browser;Web;Explorer;Webseite;Site;surfen;online;browsen
Keywords[fr]=Internet;WWW;Browser;Web;Explorer;Fureteur;Surfer;Navigateur
Exec=[TARGET]/Ghostery %u
Icon=[TARGET]/browser/chrome/icons/default/default64.png
Terminal=false
X-MultipleArgs=false
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;
StartupNotify=true
StartupWMClass=Ghostery
Categories=Network;WebBrowser;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Name[de]=Neues Fenster
Name[en_US]=New Window
Name[fr]=Nouvelle fenêtre
Exec=[TARGET]/Ghostery --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
Name[de]=Neues privates Fenster
Name[en_US]=New Private Window
Name[fr]=Nouvelle fenêtre de navigation privée
Exec=[TARGET]/Ghostery --private-window %u
|