1resource app_signature "application/x-vnd.Haiku-checkitout"; 2 3resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP; 4 5resource(1, "BEOS:FILE_TYPES") message 6{ 7 /*"types" = "application/x-vnd.Be.URL.cvs",*/ 8 "types" = "application/x-vnd.Be.URL.git", 9 "types" = "application/x-vnd.Be.URL.rsync", 10 "types" = "application/x-vnd.Be.URL.svn", 11 "types" = "application/x-vnd.Be.URL.svn+ssh" 12}; 13 14