mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Add maskable icon
This commit is contained in:
parent
091960bdff
commit
7c5b0ccea3
2 changed files with 6 additions and 0 deletions
BIN
public/logo-maskable-512.png
Normal file
BIN
public/logo-maskable-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -35,6 +35,12 @@ export default defineConfig({
|
||||||
sizes: '512x512',
|
sizes: '512x512',
|
||||||
type: 'image/png',
|
type: 'image/png',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
src: 'logo-maskable-512.png',
|
||||||
|
sizes: '512x512',
|
||||||
|
type: 'image/png',
|
||||||
|
purpose: 'maskable',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
strategies: 'injectManifest',
|
strategies: 'injectManifest',
|
||||||
|
|
Loading…
Reference in a new issue