Files
wedding-website/assets/favicons/site.webmanifest
2024-01-02 10:37:51 -06:00

19 lines
409 B
JSON

{
"name": "Wedding",
"short_name": "Wedding",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#fdfdfd",
"background_color": "#fdfdfd"
}