diff --git a/manifest.json b/manifest.json index 10741bde..5e30b54c 100644 --- a/manifest.json +++ b/manifest.json @@ -17,10 +17,18 @@ "src": "/public/logo-192.png", "sizes": "192x192", "type": "image/png" - },{ + }, { + "src": "/public/logo-256.png", + "sizes": "256x256", + "type": "image/png" + }, { "src": "/public/logo-384.png", "sizes": "384x384", "type": "image/png" + }, { + "src": "/public/logo-512.png", + "sizes": "512x512", + "type": "image/png" }], "start_url": "/", "background_color": "#f2f3f5", diff --git a/public/logo-256.png b/public/logo-256.png new file mode 100644 index 00000000..10e8600f Binary files /dev/null and b/public/logo-256.png differ diff --git a/public/logo-512.png b/public/logo-512.png new file mode 100644 index 00000000..ac8f6862 Binary files /dev/null and b/public/logo-512.png differ diff --git a/src/index.template.html b/src/index.template.html index 9513c599..56fdcec3 100644 --- a/src/index.template.html +++ b/src/index.template.html @@ -7,12 +7,17 @@ - + + - + +