frontend/build/manifest.json
2020-10-21 18:34:59 +02:00

14 lines
219 B
JSON

{
"short_name": "PlanNaPlan",
"name": "PlanNaPlan",
"icons": [
{
"src": "logo.svg"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}