1resource app_signature "application/x-vnd.haiku.urlwrapper"; 2resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP | B_ARGV_ONLY; 3 4resource(1, "BEOS:FILE_TYPES") message 5{ 6 "types" = "application/x-vnd.Be.URL.telnet", 7 "types" = "application/x-vnd.Be.URL.ssh", 8 "types" = "application/x-vnd.Be.URL.ftp", 9 "types" = "application/x-vnd.Be.URL.sftp", 10 "types" = "application/x-vnd.Be.URL.finger", 11 "types" = "application/x-vnd.Be.URL.sh", 12 "types" = "application/x-vnd.Be.URL.file", 13 "types" = "application/x-vnd.Be.URL.query", 14 "types" = "application/x-vnd.Be.URL.beshare", 15 "types" = "application/x-vnd.Be.URL.mms", 16 "types" = "application/x-vnd.Be.URL.rtp", 17 "types" = "application/x-vnd.Be.URL.rtsp", 18 "types" = "application/x-vnd.Be.URL.audio" 19}; 20 21