-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 893 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 893 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
{
"name": "SA Crash Data Map 2012-2024",
"short_name": "SA Crash Map",
"description": "Interactive map visualization of South Australia crash data with advanced filtering and analysis capabilities",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "any",
"scope": "./",
"icons": [
{
"src": "./saroadcrashmap-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "./saroadcrashmap-icon.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"categories": ["utilities", "education", "productivity"],
"screenshots": [],
"shortcuts": [
{
"name": "View Map",
"short_name": "Map",
"description": "Open crash data map",
"url": "./",
"icons": []
}
]
}