xref: /haiku/src/bin/urlwrapper.rdef (revision 37c7d5d83a2372a6971e383411d5bacbeef0ebdc)
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.file",
11	"types" = "application/x-vnd.Be.URL.http",
12	"types" = "application/x-vnd.Be.URL.query",
13	"types" = "application/x-vnd.Be.URL.sh",
14	"types" = "application/x-vnd.Be.URL.beshare",
15	"types" = "application/x-vnd.Be.URL.icq",
16	"types" = "application/x-vnd.Be.URL.msn",
17	"types" = "application/x-vnd.Be.URL.mms",
18	"types" = "application/x-vnd.Be.URL.rtp",
19	"types" = "application/x-vnd.Be.URL.rtsp",
20//	"types" = "application/x-vnd.Be.URL.audio",
21	"types" = "application/x-vnd.Be.URL.telnet",
22	"types" = "application/x-vnd.Be.URL.ssh",
23	"types" = "application/x-vnd.Be.URL.ftp",
24	"types" = "application/x-vnd.Be.URL.sftp",
25	"types" = "application/x-vnd.Be.URL.finger"
26};
27
28