-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
42 lines (42 loc) · 1.32 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
{
"dir": "ltr",
"lang": "de",
"name": "Leipzig Einkaufen",
"scope": "/",
"display": "browser",
"start_url": "https://leipzig-einkaufen.de/",
"short_name": "LE_Einkauf",
"theme_color": "#0047ab",
"description": "Schöne Einkaufsmöglichkeiten in Leipzig: Läden mit guten Produkten, nachhaltig, wertvoll, ethisch-sozial, bio, vegan. Jetzt entdecken!",
"orientation": "any",
"background_color": "#0047ab",
"related_applications": [],
"prefer_related_applications": false,
"icons": [
{
"src": "https://leipzig-einkaufen.de/PWAprojects/Images/favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "https://leipzig-einkaufen.de/PWAprojects/Images/ico/apple-icon.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/PWAprojects/Images/ico/apple-icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "PWAprojects/Images/ico/apple-icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "PWAprojects/Images/ico/apple-icon-precomposed.png",
"sizes": "192x192",
"type": "image/png"
}
]
}