This commit is contained in:
Jake Kasper
2025-09-05 15:28:44 -04:00
parent 8416a9daf7
commit 0be71523a4
8 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
{
"short_name": "TurfTracking",
"name": "TurfTracking",
"icons": [
{
"src": "/brand/logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/brand/logo.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#059669",
"background_color": "#ffffff"
}