Files
cat-sitting-planner/public/manifest.json

22 lines
439 B
JSON

{
"name": "Cat Sitting Planner",
"short_name": "CatSit",
"description": "Coordinate cat sitting with your group.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/file.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/file.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}