27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"name": "cocktail-shaker",
|
|
"short_name": "CS",
|
|
"theme_color": "#4DBA87",
|
|
"icons": [{
|
|
"src": "./img/favicon.ico",
|
|
"sizes": "32x32",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "./img/icon.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "./img/splash.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#000000"
|
|
} |