jonbio/public/static/favicons/site.webmanifest

21 lines
485 B
Plaintext
Raw Normal View History

2024-10-14 00:18:50 -05:00
{
"name": "Joyful Fixations",
"short_name": "Joyful Fixations",
2024-10-14 00:18:50 -05:00
"icons": [
{
"src": "/static/favicons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/favicons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
2024-10-14 00:18:50 -05:00
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
2024-10-14 00:18:50 -05:00
"display": "standalone"
}