Upload files to "public/icon"

This commit is contained in:
2026-02-15 16:17:47 +01:00
parent 646779f0c1
commit 96df751ee3
5 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "WOL-Server",
"short_name": "WOL",
"icons": [
{
"src": "/public/icon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/public/icon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#205e8f",
"background_color": "#205e8f",
"display": "standalone"
}