mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-13 10:34:02 +01:00
8d9b0d2375
* Netlify * Fix * Faster doxygen * Update Makefile * Try without api * Debug * Fix * Update Makefile * Debug * Try 1.8.13 * Remove debug * Update Makefile * Optimize
21 lines
496 B
JSON
21 lines
496 B
JSON
{
|
|
"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"
|
|
}
|