summaryrefslogtreecommitdiffstats
path: root/public/manifest.json
blob: 38e1d17daf50e7e60987ebc8a23cd5f270300d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Uptime Kuma",
    "short_name": "Uptime Kuma",
    "start_url": "/",
    "background_color": "#fff",
    "display": "standalone",
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}