FitTrackee/fittrackee_client/public/manifest.json

17 lines
358 B
JSON
Raw Normal View History

{
2019-01-06 21:44:38 +01:00
"short_name": "FitTrackee",
"name": "Self hosted workout/activity tracker",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
2019-01-06 21:44:38 +01:00
"background_color": "#ffffff",
2019-01-13 15:35:44 +01:00
"version": "0.2.0-beta"
}