mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Adding a clear manifest
This commit is contained in:
BIN
public/icon-144x144.png
Normal file
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
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
BIN
public/icon-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
public/icon.png
Normal file
BIN
public/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
22
public/site.webmanifest
Normal file
22
public/site.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user