hextra/static/site.webmanifest

21 lines
399 B
Plaintext
Raw Normal View History

2023-08-10 22:41:42 +01:00
{
"name": "Hextra",
"short_name": "Hextra",
2023-08-27 23:49:09 +01:00
"start_url": "index.html",
2023-08-10 22:41:42 +01:00
"icons": [
{
2023-08-27 23:49:09 +01:00
"src": "android-chrome-192x192.png",
2023-08-10 22:41:42 +01:00
"sizes": "192x192",
"type": "image/png"
},
{
2023-08-27 23:49:09 +01:00
"src": "android-chrome-512x512.png",
2023-08-10 22:41:42 +01:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}