platform/dev/prod/public/branding.json
Andrey Sobolev 1c8bdb81f7
UBERF-7327: Chinese language selector (#5862)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-06-19 20:47:17 +07:00

59 lines
1.3 KiB
JSON

{
"localhost:8080": {
"title": "Platform",
"languages": "en,ru,pt,es,zh",
"defaultLanguage": "en",
"defaultApplication": "tracker",
"defaultSpace": "tracker:project:DefaultProject",
"defaultSpecial": "issues",
"links": [
{
"rel": "manifest",
"href": "/platform/site.webmanifest"
},
{
"rel": "icon",
"href": "/platform/favicon.svg",
"type": "image/svg+xml"
},
{
"rel": "shortcut icon",
"href": "/platform/favicon.ico",
"sizes": "any"
},
{
"rel": "apple-touch-icon",
"href": "/platform/icon-192.png"
}
]
},
"localhost:8087": {
"title": "DevPlatform",
"languages": "en,ru,pt,es",
"defaultLanguage": "en",
"defaultApplication": "tracker",
"defaultSpace": "tracker:project:DefaultProject",
"defaultSpecial": "issues",
"links": [
{
"rel": "manifest",
"href": "/platform/site.webmanifest"
},
{
"rel": "icon",
"href": "/platform/favicon.svg",
"type": "image/svg+xml"
},
{
"rel": "shortcut icon",
"href": "/platform/favicon.ico",
"sizes": "any"
},
{
"rel": "apple-touch-icon",
"href": "/platform/icon-192.png"
}
]
}
}