-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 870 Bytes
/
manifest.json
File metadata and controls
25 lines (25 loc) · 870 Bytes
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
{
"name": "Ciekawe Katowice - zanurz się w historii",
"short_name": "Ciekawe Katowice",
"description": "Katowice w jednym miejscu: mapa turystyczna, historia, kultura, zabytki i wiele innych. Znajdź ciekawostki, planuj trasy i odkrywaj nieznane zakątki miasta. Idealne dla miłośników historii i turystów poszukujących nowych wrażeń.",
"start_url": "https://konradowypl.github.io/katowice",
"display": "standalone",
"background_color": "#105203",
"theme_color": "#105203",
"icons": [
{
"src": "https://konradowypl.github.io/katowice/src/logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://konradowypl.github.io/katowice/src/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"orientation": "portrait",
"scope": "/katowice/",
"lang": "pl",
"purpose": "any"
}