samsapti.dev/static/site.webmanifest

20 lines
464 B
Plaintext
Raw Normal View History

2022-05-20 15:50:00 +00:00
{
2022-05-23 23:09:41 +00:00
"name": "samsapti.dev",
"short_name": "samsapti.dev",
2022-05-20 15:50:00 +00:00
"icons": [
{
2022-05-23 23:22:20 +00:00
"src": "/images/android-chrome-192x192.png",
2022-05-20 15:50:00 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-05-23 23:22:20 +00:00
"src": "/images/android-chrome-512x512.png",
2022-05-20 15:50:00 +00:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}