forked from guigro/quadrus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
66 lines (66 loc) · 1.54 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"short_name": "Quadrus",
"name": "Quadrus",
"icons": [
{
"src": "favicon-48.png",
"type": "image/png",
"sizes": "48x48",
"purpose": "any maskable"
},
{
"src": "favicon-72.png",
"type": "image/png",
"sizes": "72x72",
"purpose": "any maskable"
},
{
"src": "favicon-96.png",
"type": "image/png",
"sizes": "96x96",
"purpose": "any maskable"
},
{
"src": "favicon-128.png",
"type": "image/png",
"sizes": "128x128",
"purpose": "any maskable"
},
{
"src": "favicon-144.png",
"type": "image/png",
"sizes": "144x144",
"purpose": "any maskable"
},
{
"src": "favicon-168.png",
"type": "image/png",
"sizes": "168x168",
"purpose": "any maskable"
},
{
"src": "favicon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "favicon-256.png",
"type": "image/png",
"sizes": "256x256",
"purpose": "any maskable"
},
{
"src": "favicon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "/",
"background_color": "#1F2937",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#111827",
"description": "Mettez votre talent à rude épreuve en résolvant simultanément 4 Wordle en même temps ! Vous avez 9 essais pour résoudre les 4 mots. Un nouveau groupe de 4 mots sera disponible chaque jour."
}