fixed favicons and added service-worker

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-07-11 16:23:53 +02:00
parent 07e08ba4f6
commit 600575655d
5 changed files with 2082 additions and 6 deletions
+6 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020. Pascal Syma <pascal@syma.dev>
* Copyright (c) 2020. Antonio Martinez Casadesus and Pascal Syma.
* All rights reserved.
*/
@@ -46,8 +46,11 @@ module.exports = {
logo: './public/favicon.png',
publicPath: "./",
favicons: {
appName: 'mi2mario',
appDescription: 'MI2Mario',
manifestRelativePaths: true,
start_url: "../",
appName: 'MI2Mario',
appDescription: 'MI2 Mario',
appShortName: "mi2mario",
developerName: 'Pascal Syma',
developerURL: "https://syma.dev",
background: '#000',