-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (40 loc) · 1.05 KB
/
Copy pathmanifest.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
40
{
"name": "My Hikes",
"short_name": "My Hikes",
"description": "all hikes I did so far in beautiful switzerland",
"icons": [
{ "src": "icons/favicon.ico", "type": "image/x-icon", "sizes": "32x32" },
{ "src": "icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "icons/icon-512.png", "type": "image/png", "sizes": "512x512" },
{
"src": "icons/icon-192-maskable.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "icons/icon-512-maskable.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"id": "/index.html",
"start_url": "index.html",
"background_color": "#4CAF50",
"display": "standalone",
"theme_color": "#4CAF50",
"share_target": {
"action": "share-target",
"enctype": "multipart/form-data",
"method": "POST",
"params": {
"files": [
{
"name": "media",
"accept": ["text/*", ".gpx", ".kml", ".json", ".geojson", ".txt"]
}
]
}
}
}