[FEATURE] Minecluster Icons (#14)
Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.dev/elysium/minecluster/pulls/14
This commit is contained in:
parent
1eaa7ff5a5
commit
bee4e61c87
22 changed files with 289 additions and 0 deletions
19
public/icons/site.webmanifest
Normal file
19
public/icons/site.webmanifest
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue