public static async getSplashBlob(projectId: string, platform: Platform): Promise<Blob> {
        return (await CocoonAPI.request(
            {
                method: "GET",
                url: APIURL.SPLASH(projectId, platform),