mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-04-17 20:58:14 -04:00
22 lines
388 B
JSON
22 lines
388 B
JSON
{
|
|
"name": "Gramps",
|
|
"short_name": "Gramps",
|
|
"lang": "en",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#6D4C41",
|
|
"background_color" : "#fff",
|
|
"icons": [
|
|
{
|
|
"src": "images/icon192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icon512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|