aboutsummaryrefslogtreecommitdiff
path: root/assets/conep.one/manifest.json
blob: a7ed95e68cf62ade73a5550e03a447329d5caeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Cloudburst System",
    "short_name": "Cloudburst System",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#6010a7",
    "background_color": "#6010a7",
    "display": "standalone"
}