[FEATURE] Minecluster Icons

This commit is contained in:
Dunemask 2024-02-04 21:06:03 -07:00
parent 1eaa7ff5a5
commit 6a7e4dfb9a
22 changed files with 289 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"name": "Minecluster",
"short_name": "Minecluster",
"icons": [
{
"src": "/icons/android-chrome-192x192.png?v=feb4-24-mineblock",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png?v=feb4-24-mineblock",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#249c6b",
"background_color": "#249c6b",
"display": "standalone"
}