forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 1.01 KB
/
manifest.json
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
32
33
34
35
36
{
"name": "lichess.org",
"short_name": "lichess.org",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "The (really) free, no-ads, open source chess server.",
"icons": [{
"src": "https://lichess1.org/assets/favicon.32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "https://lichess1.org/assets/favicon.64.png",
"sizes": "64x64",
"type": "image/png"
}, {
"src": "https://lichess1.org/assets/favicon.128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "https://lichess1.org/assets/favicon.192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "https://lichess1.org/assets/favicon.256.png",
"sizes": "256x256",
"type": "image/png"
}],
"related_applications": [{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=org.lichess.mobileapp"
}, {
"platform": "itunes",
"url": "https://itunes.apple.com/us/app/lichess-free-online-chess/id968371784"
}]
}