|
|
|
@ -29,6 +29,18 @@ export default defineConfig({
@@ -29,6 +29,18 @@ export default defineConfig({
|
|
|
|
|
display: "standalone", |
|
|
|
|
start_url: "/", |
|
|
|
|
icons: [ |
|
|
|
|
{ |
|
|
|
|
src: "android-chrome-192x192.png", |
|
|
|
|
sizes: "192x192", |
|
|
|
|
type: "image/png", |
|
|
|
|
purpose: "any", |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
src: "android-chrome-512x512.png", |
|
|
|
|
sizes: "512x512", |
|
|
|
|
type: "image/png", |
|
|
|
|
purpose: "any", |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
src: "android-chrome-192x192.png", |
|
|
|
|
sizes: "192x192", |
|
|
|
|