-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsnappergps.webmanifest
More file actions
36 lines (36 loc) · 1.01 KB
/
snappergps.webmanifest
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "SnapperGPS Lite",
"short_name": "SnapperGPS Lite",
"description": "Configure your SnapperGPS receiver or retrieve raw data from your SnapperGPS receiver.",
"icons": [
{
"src": "images/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": "https://snappergps.github.io/snappergps-app-lite/",
"display": "fullscreen",
"theme_color": "#5E2590",
"background_color": "#B390CF",
"categories": ["navigation", "education"],
"orientation": "any",
"screenshots": [
{
"src": "images/Screenshot_2021-06-26_232450.png",
"sizes": "300x172",
"type": "image/png"
}
]
}