LEDColors/manifest.json
2025-02-23 15:53:23 -05:00

20 lines
389 B
JSON

{
"short_name": "JAJ LEDs",
"description": "JAJ LEDs: Whole House LED Control",
"icons": [
{
"src": "img/ic_LEDColors_512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "img/ic_LEDColors_192x192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.php",
"display": "standalone",
"scope": "/l/"
}