This commit is contained in:
Maciek Głowacki
2020-08-26 17:01:25 +02:00
32 changed files with 15590 additions and 0 deletions

13
public/manifest.json Normal file
View File

@ -0,0 +1,13 @@
{
"short_name": "PlanNaPlan",
"name": "PlanNaPlan",
"icons": [
{
"src": "logo.svg"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}