mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-04 09:10:02 +01:00
41 lines
1018 B
JSON
41 lines
1018 B
JSON
{
|
|
"name": "ESPHome",
|
|
"short_name": "ESPHome",
|
|
"icons": [
|
|
{
|
|
"src": "/_static/favicon-16x16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/_static/favicon-32x32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/_static/favicon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/_static/favicon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/_static/favicon-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/_static/favicon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#dfdfdf",
|
|
"background_color": "#dfdfdf",
|
|
"start_url": "https://esphome.io/",
|
|
"display": "standalone"
|
|
}
|