forked from ChelseaKR/habitable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
39 lines (39 loc) · 850 Bytes
/
Copy pathmanifest.webmanifest
File metadata and controls
39 lines (39 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "habitable",
"short_name": "habitable",
"description": "Keep a tenant-owned repair trail on this device.",
"start_url": ".",
"scope": ".",
"display": "standalone",
"background_color": "#edf3f5",
"theme_color": "#123d62",
"lang": "en",
"dir": "ltr",
"categories": ["utilities", "productivity"],
"icons": [
{
"src": "icons/icon.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "icons/icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "icons/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "icons/icon-maskable-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
]
}