25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"name": "cocktail-shaker",
|
|
"short_name": "CS",
|
|
"description": "shake your way to a new cocktail",
|
|
"theme_color": "#4DBA87",
|
|
"icons": [{
|
|
"src": "./img/favicon.ico",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./img/icon.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./img/splash.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "rgb(202, 0, 152)"
|
|
} |