-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
59 lines (59 loc) · 1.57 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
{
"name": "Vérificateur de code RIO",
"short_name": "RIO Check",
"description": "Vérificateur de code RIO en local, dans le navigateur, sans envoie des données sur un serveur. Auteur: kpym.",
"display": "standalone",
"scope": "/verificateur-rio/",
"start_url": "/verificateur-rio/",
"theme_color": "#0084ff",
"background_color": "#0070cd",
"icons": [{
"src": "images/rio72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/rio512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}