Files
yourwillyourwish/public/manifest.json
2026-02-06 21:44:04 -06:00

22 lines
468 B
JSON

{
"name": "Estate Platform",
"short_name": "Estate",
"description": "Professional real estate platform for webinars and resources",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/images/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}