Revert "chore: remove small icons to reduce vercel costs"

This reverts commit 794d9ca74e.
This commit is contained in:
Nolan Lawson 2024-05-04 09:41:47 -07:00
parent 794d9ca74e
commit 5889b404cb
13 changed files with 60 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"version": "2.6.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0 || ^20.0.0"
"node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0"
},
"scripts": {
"lint": "standard && standard --plugin html 'src/routes/**/*.html'",

View File

@ -30,6 +30,26 @@
}
},
"icons": [
{
"src": "icon-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icon-72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icon-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icon-192.png",
"sizes": "192x192",
@ -40,6 +60,45 @@
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon-44.png",
"sizes": "44x44",
"type": "image/png"
},
{
"src": "icon-50.png",
"sizes": "50x50",
"type": "image/png"
},
{
"src": "icon-150.png",
"sizes": "150x150",
"type": "image/png"
},
{
"src": "icon-48-maskable.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-72-maskable.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-96-maskable.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-144-maskable.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon-192-maskable.png",
"sizes": "192x192",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
static/icon-144.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
static/icon-150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
static/icon-44.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

BIN
static/icon-48-maskable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

BIN
static/icon-48.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/icon-50.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

BIN
static/icon-72-maskable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

BIN
static/icon-72.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
static/icon-96-maskable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

BIN
static/icon-96.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB