Иконки для pwa

This commit is contained in:
Александр Кирюхин 2024-01-21 01:52:48 +03:00
parent b60dfdfb42
commit 05a70d8578
15 changed files with 42 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View file

@ -9,7 +9,48 @@ const manifest = {
name: 'NQuest', name: 'NQuest',
short_name: 'NQuest', short_name: 'NQuest',
description: 'NQuest - платформа для ARG игр.', description: 'NQuest - платформа для ARG игр.',
icons: [], icons: [
{
src: 'assets/icons/icon-72x72.png',
sizes: '72x72',
type: 'image/png'
},
{
src: 'assets/icons/icon-96x96.png',
sizes: '96x96',
type: 'image/png'
},
{
src: 'assets/icons/icon-128x128.png',
sizes: '128x128',
type: 'image/png'
},
{
src: 'assets/icons/icon-144x144.png',
sizes: '144x144',
type: 'image/png'
},
{
src: 'assets/icons/icon-152x152.png',
sizes: '152x152',
type: 'image/png'
},
{
src: 'assets/icons/icon-192x192.png',
sizes: '192x192',
type: 'image/png'
},
{
src: 'assets/icons/icon-384x384.png',
sizes: '384x384',
type: 'image/png'
},
{
src: 'assets/icons/icon-512x512.png',
sizes: '512x512',
type: 'image/png'
}
],
theme_color: '#fb923c', theme_color: '#fb923c',
background_color: '#171e26', background_color: '#171e26',
display: 'standalone', display: 'standalone',