Files
chore/frontend/vue-app/public/manifest.json
Ryan Kegel db846f4e31
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m12s
Refactor code structure and remove redundant code blocks for improved readability and maintainability
2026-04-24 15:59:39 -04:00

30 lines
601 B
JSON

{
"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"
}
]
}