20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
|
{
|
||
|
"name": "Wanderhome Quiz",
|
||
|
"short_name": "Wanderhome Quiz",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "img/icons/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "img/icons/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#1e441e",
|
||
|
"background_color": "#3a5a40",
|
||
|
"display": "standalone"
|
||
|
}
|