maskable icon

This commit is contained in:
mrjvs 2023-02-24 22:16:51 +01:00
parent f715f70f9e
commit 717ebbaeae
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
<TileColor>#120f1d</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@ -33,11 +33,13 @@ export default defineConfig({
src: "android-chrome-192x192.png",
sizes: "192x192",
type: "image/png",
purpose: "maskable",
},
{
src: "android-chrome-512x512.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
},
],
},