Files
EMS-ESP32/interface/public/app/manifest.json
2021-05-07 10:15:29 +02:00

13 lines
206 B
JSON

{
"name": "EMS-ESP",
"icons": [
{
"src": "/app/icon.png",
"sizes": "48x48 72x72 96x96 128x128 256x256"
}
],
"start_url": "/",
"display": "fullscreen",
"orientation": "any"
}