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