drinkMe/drinkMe/Client/wwwroot/manifest.json

16 lines
286 B
JSON
Raw Normal View History

2021-04-26 15:35:44 +02:00
{
"name": "drinkMe",
"short_name": "drinkMe",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}