Initial commit - Meal Tracker app

This commit is contained in:
Otto
2026-03-30 16:03:05 -04:00
parent 139f756807
commit 02d8df5efb
3863 changed files with 773862 additions and 215 deletions

10
client/dist/manifest.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "Meal Tracker",
"short_name": "Meals",
"description": "Track your daily food intake and macros",
"start_url": "/",
"display": "standalone",
"background_color": "#111827",
"theme_color": "#059669",
"icons": []
}