summaryrefslogtreecommitdiff
path: root/static/manifest.webmanifest
blob: 54a4d9c08fc2619f7700f6f9a3d92fae0ba266dd (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
{
    "theme_color": "#212121",
    "background_color": "#fafafa",
    "icons": [
        {
            "src": "res/mipmap-mdpi/ic_launcher.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "res/mipmap-hdpi/ic_launcher.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "res/mipmap-xhdpi/ic_launcher.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "res/mipmap-xxhdpi/ic_launcher.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "res/mipmap-xxxhdpi/ic_launcher.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}