-
Notifications
You must be signed in to change notification settings - Fork 0
/
webmanifest.json
34 lines (34 loc) · 1011 Bytes
/
webmanifest.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
{
"name": "Дабравесце",
"short_name": "Дабравесце",
"start_url": ".",
"description": "Біблія, Малітоўнік і пабожныя спевы",
"display": "fullscreen",
"orientation": "portrait-primary",
"theme_color": "#2196f3",
"background_color": "#ffffff",
"icons": [
{
"src": "app/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "app/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"related_applications": [
{
"platform": "webapp",
"url": "https://dabravesce.by"
}, {
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=by.dabravesce",
"id": "by.dabravesce"
}
],
"prefer_related_applications": true
}