Added a custom icon to client

This commit is contained in:
Donkie
2023-05-16 20:51:26 +02:00
parent 1f90d7c3b1
commit ce5fcce7c3
11 changed files with 522 additions and 44 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "Spoolman",
"short_name": "Spoolman",
"icons": [
{
"src": "google-touch-icon.png",
"sizes": "512x512"
}
],
"background_color": "#ffffff",
"theme_color": "#DC7734",
"display": "fullscreen"
}