Files
leagues-tools/os-league-tools-master/public/manifest.json
Sonderau 5942e80ebf
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 35s
Rebrand to Leagues Tools
2026-01-17 00:34:06 +00:00

21 lines
458 B
JSON

{
"short_name": "Leagues Tools",
"name": "Leagues Tools",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo.png",
"type": "image/png",
"sizes": "120x120"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}