xiao_pet_tracker/web/manifest.json
baldeau e9ff329e2e
Some checks failed
xiao_pet_tracker / semantic-pull-request (push) Failing after 0s
xiao_pet_tracker / build (push) Failing after 0s
xiao_pet_tracker / spell-check (push) Failing after 0s
initial commit
2024-10-28 20:10:55 +01:00

24 lines
611 B
JSON

{
"name": "Xiao Pet Tracker",
"short_name": "Xiao Pet Tracker",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A Very Good Project created by Very Good CLI.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}