mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
21 lines
496 B
Plaintext
21 lines
496 B
Plaintext
|
{
|
||
|
"name": "ESPHome",
|
||
|
"short_name": "ESPHome",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/_static/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/_static/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#dfdfdf",
|
||
|
"background_color": "#dfdfdf",
|
||
|
"start_url": "https://esphome.io/",
|
||
|
"display": "standalone"
|
||
|
}
|