-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 1.53 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
{
"short_name": "Niose Kala",
"name": "Niose Kala - Σύμβουλος ψυχικής υγείας",
"start_url": "/?source=pwa",
"icons": [
{
"src": "/images/logo.png",
"type": "image/png",
"sizes": "388x132"
},
{ "src": "/images/maskable_icon_x192.png",
"type": "image/png",
"sizes": "192x192" }
],
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "Διαθέσιμες Υπηρεσίες",
"description": "Δείτε τις διαθέσιμες υπηρεσίες και κλείστε ραντεβού",
"url": "/??p=Services&source=pwa",
"icons": [{ "src": "/images/maskable_icon_x192.png", "sizes": "192x192" }]
},
{
"name": "Πως να κλείσετε ραντεβού - Οδηγός Πληρωμής",
"short_name": "Οδηγός Πληρωμής",
"description": "Δείτε πως μπορείτε να κλείσετε ραντεβού και να πληρώσετε μέσα από την σελίδα μας.",
"url": "/?p=howTo&source=pwa",
"icons": [{ "src": "/images/maskable_icon_x192.png", "sizes": "192x192" }]
}
],
"description": "Νιώσε Καλά! Σύμβουλος ψυχικής υγείας Σταυρούλα Καροφυλλάκη. Δεν είσαι μονός/η υπάρχει τρόπος να ΝΙΩΣΕΙΣ ΚΑΛΑ. Διαθέσιμες και online συνεδρίες μέσω Skype, Viber, Τηλεφώνου."
}