Generate the manifest icons from the biggest one

This commit is contained in:
Grégoire Delattre 2019-05-29 09:29:57 +02:00
parent 36568dfcda
commit a67fe7056f
2 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -70,14 +70,10 @@ const config = {
scope: "/",
start_url: "/",
icons: [
{
src: path.resolve(__dirname, "frontend/img/android-chrome-192x192.png"),
size: "192x192"
},
{
src: path.resolve(__dirname, "frontend/img/android-chrome-512x512.png"),
size: "512x512"
}
sizes: [96, 128, 192, 256, 384, 512],
},
]
})
],