about summary refs log tree commit diff
path: root/assets/public/icon/rook.webmanifest
blob: 5e70d4e74c90a0791226461c84769a651966d984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "",
    "short_name": "",
    "icons": [
        {
            "src": "/icon/android-chrome-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        }
    ],
    "theme_color": "#000000",
    "background_color": "#000000",
    "display": "standalone"
}