-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
{
"name": "",
"short_name": "",
}
gulp.task('favicon', (done) => {
favicon.generateFavicon({
masterPicture: path.favicons.src,
dest: path.favicons.dist,
iconsPath: '',
design: {
"desktop": {
"darkIconTransformation": {
"type": "none",
"backgroundColor": "#ffffff",
"backgroundRadius": 0.7,
"imageScale": 0.7,
"brightness": 1
},
"darkIconType": "none",
"regularIconTransformation": {
"type": "none",
"backgroundColor": "#ffffff",
"backgroundRadius": 0.7,
"imageScale": 0.7,
"brightness": 1
}
},
"touch": {
"transformation": {
"type": "background",
"backgroundColor": "#ffffff",
"backgroundRadius": 0,
"imageScale": 0.8,
"brightness": 1
},
"appTitle": "Arbex"
},
"webAppManifest": {
"transformation": {
"type": "background",
"backgroundColor": "#ffffff",
"backgroundRadius": 0,
"imageScale": 0.9,
"brightness": 1
},
"name": "Arbex",
"shortName": "Arbex",
"backgroundColor": "#ffffff",
"themeColor": "#ffffff"
}
},
markupFile: FaviconDataFile
}, function() {
done();
});
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels