forked from Quordlepro/wordle
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
53 lines (53 loc) · 1.05 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"short_name": "Wordle+",
"name": "Wordle+",
"start_url": "https://mikhad.github.io/wordle/",
"background_color": "#6aaa64",
"theme_color": "#6aaa64",
"description": "A daily, hourly, INFINITE word game",
"display": "standalone",
"icons": [
{
"src": "img/logo_48x48.png",
"type": "image/png",
"sizes": "48x48",
"purpose": "maskable any"
},
{
"src": "img/logo_72x72.png",
"type": "image/png",
"sizes": "72x72",
"purpose": "maskable any"
},
{
"src": "img/logo_96x96.png",
"type": "image/png",
"sizes": "96x96",
"purpose": "maskable any"
},
{
"src": "img/logo_144x144.png",
"type": "image/png",
"sizes": "144x144",
"purpose": "maskable any"
},
{
"src": "img/logo_168x168.png",
"type": "image/png",
"sizes": "168x168",
"purpose": "maskable any"
},
{
"src": "img/logo_192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable any"
},
{
"src": "img/logo_512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable any"
}
]
}