blog/static/site.webmanifest

20 lines
446 B
Text
Raw Normal View History

2022-06-02 16:25:53 +03:00
{
"name": "NeonXP",
"short_name": "NeonXP",
"icons": [
{
2022-06-04 23:24:30 +03:00
"src": "/img/android-chrome-192x192.png",
2022-06-02 16:25:53 +03:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-06-04 23:24:30 +03:00
"src": "/img/android-chrome-512x512.png",
2022-06-02 16:25:53 +03:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}