4
0
forked from crowetic/commerce
commerce/public/site.webmanifest
2020-10-14 14:38:21 -03:00

22 lines
489 B
JSON

{
"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"
}
]
}