-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
59 lines (59 loc) · 1.28 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
{
"short_name": "СУМ Web 2.0",
"name": "Спільнота українізації модів Web 2.0",
"icons": [
{
"src": "https://i.imgur.com/hJZwHlR.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "https://i.imgur.com/hJZwHlR.png",
"type": "image/png",
"sizes": "144x144"
}
],
"start_url": "/index",
"background_color": "#7e292a",
"display": "standalone",
"scope": "/",
"theme_color": "#0000",
"shortcuts": [
{
"name": "Головна",
"short_name": "Головна",
"url": "index",
"icons": [
{
"src": "https://i.ibb.co/6HXPqpR/home.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Додати переклад",
"short_name": "Додати",
"url": "translation",
"icons": [
{
"src": "https://i.ibb.co/dMY4Dng/plus.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Про нас",
"short_name": "Про нас",
"url": "about",
"icons": [
{
"src": "https://i.ibb.co/J5CYGNF/user.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
]
}