mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
* remove unused imports and localhost added as a local domain * Logo, Favicon and copyrights changed * Logo, Favicon and copyrights changed
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "CKUBE",
|
|
"short_name": "CKUBE",
|
|
"description": "CKUBE",
|
|
"display": "standalone",
|
|
"start_url": "/",
|
|
"theme_color": "#fff",
|
|
"background_color": "#000000",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "/ckube_small.svg",
|
|
"type": "image/svg",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/ckube_small.svg",
|
|
"type": "image/svg",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
} |