Refactored frontend directory
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m46s

This commit is contained in:
2026-04-25 00:40:15 -04:00
parent db846f4e31
commit 127378797c
263 changed files with 88 additions and 79 deletions

View File

@@ -0,0 +1,29 @@
{
"id": "/",
"name": "Chorly",
"short_name": "Chorly",
"start_url": "/",
"display": "standalone",
"theme_color": "#4a90e2",
"background_color": "#ffffff",
"description": "Track chores and rewards for your family",
"icons": [
{
"src": "/favicon.ico",
"sizes": "32x32",
"type": "image/x-icon"
},
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}