Files
clarkeis.com/frog-realestate-pwa/manifest.json
Lazy Hippopotamus 175efe81d8
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 24s
name change
2025-03-24 10:53:10 -04:00

18 lines
304 B
JSON

{
"name": "camera-info",
"start_url": ".",
"icons": [
{
"src": "icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "standalone"
}