shoebottom.ca/site.webmanifest

20 lines
456 B
Plaintext
Raw Normal View History

2022-09-26 19:50:45 -03:00
{
"name": "Isaac's Website",
"short_name": "Isaac's Website",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}