Welcome to mirror list, hosted at ThFree Co, Russian Federation.

site.webmanifest « manifests « assets « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffdf3fe2eeeee20d48eaca0d3db2a3c1b34dcc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "GitLab Documentation",
    "short_name": "GitLab Docs",
    "icons": [
        {
            "src": "assets/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#FC6D26",
    "background_color": "#FC6D26",
    "display": "standalone"
}