Files
gree-controller/web/manifest.webmanifest
T
2026-09-01 15:38:46 +02:00

17 lines
383 B
JSON

{
"name": "GREE Controller",
"short_name": "GREE",
"start_url": "./dashboard",
"scope": "./",
"display": "standalone",
"background_color": "#151515",
"theme_color": "#151515",
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}