-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
53 lines (53 loc) · 1.5 KB
/
manifest.json
File metadata and controls
53 lines (53 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Zenith Satellite Tracker",
"short_name": "Zenith",
"description": "A modern web-based satellite tracking application for amateur radio operators",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#4a90e2",
"orientation": "portrait-primary",
"icons": [
{
"src": "assets/pwa_icons/windows/Square44x44Logo.targetsize-96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/pwa_icons/windows/Square44x44Logo.targetsize-256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/pwa_icons/windows/Square150x150Logo.scale-400.png",
"sizes": "600x600",
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "View Map",
"short_name": "Map",
"description": "View satellite positions on the map",
"url": "/map",
"icons": [{ "src": "assets/pwa_icons/windows/Square44x44Logo.targetsize-96.png", "sizes": "96x96" }]
},
{
"name": "Pass Predictions",
"short_name": "Passes",
"description": "View upcoming satellite passes",
"url": "/passes",
"icons": [{ "src": "assets/pwa_icons/windows/Square44x44Logo.targetsize-96.png", "sizes": "96x96" }]
}
],
"screenshots": [
{
"src": "assets/pwa_icons/windows/SplashScreen.scale-100.png",
"sizes": "620x300",
"type": "image/png"
}
]
}