Mercurial > personal > weather-server
comparison weather_server/static/manifest.webmanifest @ 29:27217790dc04
add web manifest
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 19 May 2020 10:11:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
28:f817fa785c93 | 29:27217790dc04 |
---|---|
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 } |