-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenCrossword.webmanifest
37 lines (37 loc) · 998 Bytes
/
OpenCrossword.webmanifest
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
37
{
"name": "The OpenCrossword Project",
"short_name": "OpenCrossword",
"description": "An open-source crossword platform for every cruciverbalist.",
"icons": [
{
"src": "images/icons/OpenCrossword 180x180.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "images/icons/OpenCrossword 192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "images/icons/OpenCrossword 512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "images/icons/OpenCrossword 1024x1024.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["games", "education", "entertainment", "social"],
"lang": "en",
"display": "standalone",
"start_url": "/Open-Crossword/",
"background_color": "#F1F1F1FF",
"theme_color": "#F1F1F1FF"
}