Files
clarkeis.com/frog-realestate-pwa/manifest.json
Tyler Clarke b78c71641c
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 24s
final updates
2025-03-24 09:07:15 -04:00

18 lines
318 B
JSON

{
"name": "Real Estate Pictures Tool",
"start_url": ".",
"icons": [
{
"src": "icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "standalone"
}