Initial commit

This commit is contained in:
Devon Campbell 2025-10-19 15:33:51 -04:00
commit 960e9e0ff8
20 changed files with 877 additions and 0 deletions

21
public/manifest.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "WorkIt",
"short_name": "WorkIt",
"start_url": "/",
"display": "standalone",
"background_color": "#121212",
"theme_color": "#007bff",
"description": "A simple workout planner and runner.",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}