From e8fb30d9cf16576e6fc6e100eb6ed2bf12a13aa2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 24 Jul 2020 09:28:10 +0200 Subject: [PATCH] use transparent background for android icons --- gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 77bd77d..96c2c84 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -61,9 +61,7 @@ gulp.task('favicon-generate', function (done) { } }, androidChrome: { - pictureAspect: 'backgroundAndMargin', - margine: '14px', - backgroundColor: '#2f333e', + pictureAspect: 'shadow', themeColor: '#2f333e', manifest: { display: 'standalone',