Adding a clear manifest

This commit is contained in:
Belen Curcio
2020-10-14 14:38:21 -03:00
parent 45b191c6bb
commit 745adb1b02
7 changed files with 33 additions and 1 deletions

BIN
public/icon-144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/icon-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
public/icon-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

22
public/site.webmanifest Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "Next.js Commerce",
"short_name": "Next.js Commerce",
"description": "Next.js Commerce -> https://www.nextjs.org/commerce",
"display": "standalone",
"start_url": "/",
"theme_color": "#fff",
"background_color": "#000000",
"orientation": "portrait",
"icons": [
{
"src": "/icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}