virtuallypotato/static/images/icons/site.webmanifest

20 lines
452 B
Text
Raw Normal View History

2021-12-04 02:14:40 +00:00
{
"name": "",
"short_name": "",
"icons": [
{
2021-12-15 21:41:06 +00:00
"src": "/images/icons/android-chrome-192x192.png",
2021-12-04 02:14:40 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2021-12-15 21:41:06 +00:00
"src": "/images/icons/android-chrome-256x256.png",
"sizes": "256x256",
2021-12-04 02:14:40 +00:00
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}