Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m46s
30 lines
601 B
JSON
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"
|
|
}
|
|
]
|
|
}
|