Generate the manifest icons from the biggest one
This commit is contained in:
parent
36568dfcda
commit
a67fe7056f
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB |
@ -70,14 +70,10 @@ const config = {
|
|||||||
scope: "/",
|
scope: "/",
|
||||||
start_url: "/",
|
start_url: "/",
|
||||||
icons: [
|
icons: [
|
||||||
{
|
|
||||||
src: path.resolve(__dirname, "frontend/img/android-chrome-192x192.png"),
|
|
||||||
size: "192x192"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: path.resolve(__dirname, "frontend/img/android-chrome-512x512.png"),
|
src: path.resolve(__dirname, "frontend/img/android-chrome-512x512.png"),
|
||||||
size: "512x512"
|
sizes: [96, 128, 192, 256, 384, 512],
|
||||||
}
|
},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user