Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/dashboard/public/manifest.json
3608 views
1
{
2
"short_name": "Gitpod",
3
"name": "Gitpod Dashboard - Now Ona",
4
"description": "Gitpod Classic Dashboard. Gitpod is now Ona - AI software engineers for your team at ona.com",
5
"icons": [
6
{
7
"src": "favicon256.png",
8
"sizes": "256x256 64x64 32x32 24x24 16x16",
9
"type": "image/x-icon"
10
},
11
{
12
"src": "favicon192.png",
13
"type": "image/png",
14
"sizes": "192x192"
15
},
16
{
17
"src": "favicon512.png",
18
"type": "image/png",
19
"sizes": "512x512"
20
}
21
],
22
"start_url": ".",
23
"display": "standalone",
24
"theme_color": "#000000",
25
"background_color": "#ffffff"
26
}
27
28