Files
chore/frontend/vue-app/public/manifest.json
Ryan Kegel 43d647a712
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m31s
Refactor code structure for improved readability and maintainability
2026-04-16 16:49:54 -04:00

30 lines
606 B
JSON

{
"id": "/",
"name": "Reward App",
"short_name": "Rewards",
"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"
}
]
}