xref: /haiku/src/bin/urlwrapper.rdef (revision e53f0019b57484c9fe0b24371d9c8520b52af57d)
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.nfs",
21	"types" = "application/x-vnd.Be.URL.rtp",
22	"types" = "application/x-vnd.Be.URL.rtsp",
23//	"types" = "application/x-vnd.Be.URL.audio",
24	"types" = "application/x-vnd.Be.URL.telnet",
25	"types" = "application/x-vnd.Be.URL.ssh",
26	"types" = "application/x-vnd.Be.URL.ftp",
27	"types" = "application/x-vnd.Be.URL.sftp",
28	"types" = "application/x-vnd.Be.URL.finger"
29};
30
31