aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/favicons/site.webmanifest
blob: 1c59aa63a3765934db3ee8f653b08c48f7ff5d33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Python Discord",
    "short_name": "Python Discord",
    "icons": [
        {
            "src": "/static/favicons/android-chrome-192x192.png?v=9B9vkE5q7O",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/favicons/android-chrome-512x512.png?v=9B9vkE5q7O",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#7289da",
    "background_color": "#7289da",
    "display": "standalone"
}