add footer

This commit is contained in:
Sam
2019-01-06 21:44:38 +01:00
parent 314e5fb8d7
commit 066a0d79c7
5 changed files with 59 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "FitTrackee",
"name": "Self hosted workout/activity tracker",
"icons": [
{
"src": "favicon.ico",
@ -11,5 +11,6 @@
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#ffffff",
"version": "0.1.1"
}