mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
31 lines
761 B
Cheetah
31 lines
761 B
Cheetah
|
{
|
||
|
"short_name": "Gitea",
|
||
|
"name": "Gitea - Git with a cup of tea",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "{{AppSubUrl}}/img/gitea-lg.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "880x880"
|
||
|
},
|
||
|
{
|
||
|
"src": "{{AppSubUrl}}/img/gitea-sm.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "120x120"
|
||
|
},
|
||
|
{
|
||
|
"src": "{{AppSubUrl}}/img/gitea-512.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "512x512"
|
||
|
},
|
||
|
{
|
||
|
"src": "{{AppSubUrl}}/img/gitea-192.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "192x192"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "{{AppSubUrl}}/",
|
||
|
"scope": "{{AppSubUrl}}/",
|
||
|
"background_color": "#FAFAFA",
|
||
|
"display": "standalone",
|
||
|
"theme_color": "{{ThemeColorMetaTag}}"
|
||
|
}
|