Files
wol-server/public/icon/site.webmanifest

21 lines
458 B
JSON

{
"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"
}