Обновил иконки

This commit is contained in:
Александр Кирюхин 2024-02-04 03:08:18 +03:00
parent 0b67699fb7
commit ffbe8ef217
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
13 changed files with 18 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -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'
}
}