blob: c86e9e8c4e39c9aa08a91656f386ebd877a19d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "webtrees",
"short_name": "webtrees",
"description": "webtrees online genealogy",
"scope": "/",
"start_url": "/",
"background_color": "#fff",
"theme_color": "#2694e8",
"display": "standalone",
"icons": [{
"src": "favicon-192.png",
"sizes": "192x192",
"type": "image/png"
}]
}
|