-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.webmanifest
More file actions
83 lines (83 loc) · 2.12 KB
/
Copy pathsite.webmanifest
File metadata and controls
83 lines (83 loc) · 2.12 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Lauren English",
"short_name": "Lauren English",
"description": "Nauka angielskiego, pakiety, materiały i lokalny dziennik postępów.",
"id": "/",
"start_url": "/index.html",
"scope": "/",
"display": "standalone",
"background_color": "#f6f7f9",
"theme_color": "#1b7f6c",
"lang": "pl",
"icons": [
{
"src": "/assets/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"shortcuts": [
{
"name": "Pakiety nauki",
"short_name": "Pakiety",
"description": "Zobacz dostępne pakiety nauki angielskiego.",
"url": "/pakiety.html",
"icons": [
{
"src": "/assets/pwa/shortcuts/packages-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Materiały do nauki",
"short_name": "Materiały",
"description": "Przeglądaj materiały do samodzielnej nauki.",
"url": "/materialy.html",
"icons": [
{
"src": "/assets/pwa/shortcuts/materials-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Dziennik postępów",
"short_name": "Postępy",
"description": "Otwórz lokalny dziennik celów i postępów.",
"url": "/postepy.html",
"icons": [
{
"src": "/assets/pwa/shortcuts/progress-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
],
"screenshots": [
{
"src": "/assets/pwa/screenshots/home-desktop-1280x720.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Strona główna Lauren English na komputerze"
},
{
"src": "/assets/pwa/screenshots/home-mobile-720x1280.png",
"sizes": "720x1280",
"type": "image/png",
"form_factor": "narrow",
"label": "Strona główna Lauren English na urządzeniu mobilnym"
}
]
}