58476a051a
This should cause the OpenDev logo to be used in the navbar and all of the favicon/pwa locations. Change-Id: Id1acfa8214744381fb8e4e2e9779502dde3565e0
31 lines
749 B
Cheetah
31 lines
749 B
Cheetah
{
|
|
"short_name": "OpenDev",
|
|
"name": "OpenDev",
|
|
"icons": [
|
|
{
|
|
"src": "{{AppSubUrl}}/img/opendev-lg.png",
|
|
"type": "image/png",
|
|
"sizes": "880x880"
|
|
},
|
|
{
|
|
"src": "{{AppSubUrl}}/img/opendev-sm.png",
|
|
"type": "image/png",
|
|
"sizes": "120x120"
|
|
},
|
|
{
|
|
"src": "{{AppSubUrl}}/img/opendev-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "{{AppSubUrl}}/img/opendev-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}
|
|
],
|
|
"start_url": "{{AppSubUrl}}/",
|
|
"scope": "{{AppSubUrl}}/",
|
|
"background_color": "#FAFAFA",
|
|
"display": "standalone",
|
|
"theme_color": "{{ThemeColorMetaTag}}"
|
|
} |