Обновил иконки
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 35 KiB |
BIN
frontend/public/assets/icons/icon-48x48.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 4.3 KiB |
|
@ -16,49 +16,57 @@ const manifest = {
|
|||
{
|
||||
src: 'assets/icons/icon-72x72.png',
|
||||
sizes: '72x72',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-96x96.png',
|
||||
sizes: '96x96',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-128x128.png',
|
||||
sizes: '128x128',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-144x144.png',
|
||||
sizes: '144x144',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-152x152.png',
|
||||
sizes: '152x152',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-192x192.png',
|
||||
sizes: '192x192',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-384x384.png',
|
||||
sizes: '384x384',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
},
|
||||
{
|
||||
src: 'assets/icons/icon-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png'
|
||||
type: 'image/png',
|
||||
purpose: 'maskable any'
|
||||
}
|
||||
],
|
||||
theme_color: '#fb923c',
|
||||
background_color: '#171e26',
|
||||
display: 'minimal-ui',
|
||||
display: 'standalone',
|
||||
scope: '/',
|
||||
start_url: '/'
|
||||
start_url: '/quests'
|
||||
}
|
||||
}
|
||||
|
||||
|
|