frontend/public/manifest.json

14 lines
204 B
JSON
Raw Normal View History

{
2020-05-24 18:32:11 +02:00
"short_name": "PlanNaPlan",
"name": "PlanNaPlan",
"icons": [
{
2020-06-08 20:10:20 +02:00
"src": "logo.svg"
2020-05-24 18:32:11 +02:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}