| 
29
 | 
     1 { | 
| 
 | 
     2     "short_name": "Temperatures", | 
| 
 | 
     3     "name": "Temperature Sensors", | 
| 
 | 
     4     "description": "Graphs from the temperature sensors you have peppered throughout your home", | 
| 
 | 
     5     "icons": [ | 
| 
 | 
     6         { | 
| 
 | 
     7             "src": "/static/icons/192.png", | 
| 
 | 
     8             "type": "image/png", | 
| 
 | 
     9             "sizes": "192x192", | 
| 
 | 
    10             "purpose": "maskable any" | 
| 
 | 
    11         }, | 
| 
 | 
    12         { | 
| 
 | 
    13             "src": "/static/icons/512.png", | 
| 
 | 
    14             "type": "image/png", | 
| 
 | 
    15             "sizes": "512x512", | 
| 
 | 
    16             "purpose": "maskable any" | 
| 
 | 
    17         } | 
| 
 | 
    18     ], | 
| 
 | 
    19     "start_url": "/", | 
| 
 | 
    20     "background_color": "#263238", | 
| 
 | 
    21     "display": "minimal-ui", | 
| 
 | 
    22     "scope": "/", | 
| 
 | 
    23     "theme_color": "#263238" | 
| 
 | 
    24 } |