summaryrefslogtreecommitdiff
path: root/public/site.webmanifest
blob: e1e754703cbee88f9bd842c926145966c817f1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "name": "Morse Hero",
    "short_name": "Morse Hero",
    "icons": [
        {
            "src": "/ico/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/ico/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/ico/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/ico/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "theme_color": "#2c3e50",
    "background_color": "#2c3e50",
    "display": "standalone"
}