xref: /haiku/src/bin/urlwrapper.rdef (revision 0d452c8f34013b611a54c746a71c05e28796eae2)
1resource app_signature "application/x-vnd.Haiku-urlwrapper";
2
3resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
4
5resource(1, "BEOS:FILE_TYPES") message
6{
7	"types" =  "application/x-vnd.Be-bookmark",
8	"types" = "text/x-url",
9	"types" = "text/x-webloc",
10	"types" = "application/x-vnd.Be.URL.about",
11	"types" = "application/x-vnd.Be.URL.file",
12	"types" = "application/x-vnd.Be.URL.http",
13	"types" = "application/x-vnd.Be.URL.https",
14	"types" = "application/x-vnd.Be.URL.query",
15	"types" = "application/x-vnd.Be.URL.sh",
16	"types" = "application/x-vnd.Be.URL.beshare",
17	"types" = "application/x-vnd.Be.URL.icq",
18	"types" = "application/x-vnd.Be.URL.msn",
19	"types" = "application/x-vnd.Be.URL.mms",
20	"types" = "application/x-vnd.Be.URL.rtp",
21	"types" = "application/x-vnd.Be.URL.rtsp",
22//	"types" = "application/x-vnd.Be.URL.audio",
23	"types" = "application/x-vnd.Be.URL.telnet",
24	"types" = "application/x-vnd.Be.URL.ssh",
25	"types" = "application/x-vnd.Be.URL.ftp",
26	"types" = "application/x-vnd.Be.URL.sftp",
27	"types" = "application/x-vnd.Be.URL.finger"
28};
29
30