forked from galaxyproject/training-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
62 lines (62 loc) · 1.65 KB
/
manifest.json
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
54
55
56
57
58
59
60
61
62
{
"background_color": "#fff",
"description": "Collection of tutorials developed and maintained by the worldwide Galaxy community",
"display": "minimal-ui",
"name": "Galaxy Training Network",
"scope": "/training-material/",
"icons": [
{
"src": "/training-material/assets/branding/gtn-logo.png",
"type": "image/png",
"sizes": "1000x1000"
},
{
"src": "/training-material/assets/branding/gtn-logo@512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/training-material/assets/branding/gtn-logo@128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/training-material/assets/branding/gtn-logo.svg",
"sizes": "any"
},
{
"src": "/training-material/assets/branding/maskable_icon.png",
"sizes": "1250x1250",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/training-material/assets/branding/maskable_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/training-material/assets/branding/maskable_icon.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"description": "News and updates from across the GTN",
"name": "GTN News",
"short_name": "News",
"url": "/training-material/news/"
},
{
"description": "Quickly access all Galaxy and GTN FAQs",
"name": "Frequently Asked Questions",
"short_name": "FAQs",
"url": "/training-material/faqs/"
}
],
"start_url": "/training-material/",
"theme_color": "#2c3143"
}