Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
galaxyproject
GitHub Repository: galaxyproject/training-material
Path: blob/main/manifest.json
1669 views
1
{
2
"background_color": "#fff",
3
"description": "Collection of tutorials developed and maintained by the worldwide Galaxy community",
4
"display": "minimal-ui",
5
"name": "Galaxy Training Network",
6
"scope": "/training-material/",
7
"icons": [
8
{
9
"src": "/training-material/assets/branding/gtn-logo.png",
10
"type": "image/png",
11
"sizes": "1000x1000"
12
},
13
{
14
"src": "/training-material/assets/branding/[email protected]",
15
"type": "image/png",
16
"sizes": "512x512"
17
},
18
{
19
"src": "/training-material/assets/branding/[email protected]",
20
"type": "image/png",
21
"sizes": "128x128"
22
},
23
{
24
"src": "/training-material/assets/branding/gtn-logo.svg",
25
"sizes": "any"
26
},
27
{
28
"src": "/training-material/assets/branding/maskable_icon.png",
29
"sizes": "1250x1250",
30
"type": "image/png",
31
"purpose": "any maskable"
32
},
33
{
34
"src": "/training-material/assets/branding/maskable_icon.png",
35
"sizes": "512x512",
36
"type": "image/png",
37
"purpose": "any maskable"
38
},
39
{
40
"src": "/training-material/assets/branding/maskable_icon.png",
41
"sizes": "128x128",
42
"type": "image/png",
43
"purpose": "any maskable"
44
}
45
],
46
"shortcuts": [
47
{
48
"description": "News and updates from across the GTN",
49
"name": "GTN News",
50
"short_name": "News",
51
"url": "/training-material/news/"
52
},
53
{
54
"description": "Quickly access all Galaxy and GTN FAQs",
55
"name": "Frequently Asked Questions",
56
"short_name": "FAQs",
57
"url": "/training-material/faqs/"
58
}
59
],
60
"start_url": "/training-material/",
61
"theme_color": "#2c3143"
62
}
63
64