-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 1.34 KB
/
manifest.json
File metadata and controls
42 lines (42 loc) · 1.34 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
41
42
{
"short_name": "Bekendmakingen op kaart",
"name": "Vergunningen en bekendmakingen op de kaart",
"icons": [
{
"src": "/img/icon-192.png",
"sizes": "192x192"
}
],
"start_url": "/?in=Utrecht&zoom=16¢er=52.09079%2C5.1214&period=7d",
"background_color": "#3367D6",
"display": "fullscreen",
"scope": "/",
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "Bekendmakingen in Zaanstad",
"short_name": "Zaanstad",
"description": "Vergunningen deze week verleend in Zaanstad",
"url": "/?in=Zaanstad&zoom=15.35¢er=52.43789%2C4.82721&period=7d",
"icons": [
{
"src": "/img/icon-192.png",
"sizes": "192x192"
}
]
},
{
"name": "Bekendmakingen in Amsterdam",
"short_name": "Amsterdam",
"description": "Vergunningen deze week verleend in Amsterdam",
"url": "/?in=Amsterdam&zoom=15.66¢er=52.35596%2C4.89885&period=7d",
"icons": [
{
"src": "/img/icon-192.png",
"sizes": "192x192"
}
]
}
],
"description": "Bekendmakingen aangevraagde en verleende vergunningen op de kaart"
}