mirror of https://github.com/elk-zone/elk.git
20 lines
338 B
Plaintext
20 lines
338 B
Plaintext
|
{
|
||
|
"name": "",
|
||
|
"short_name": "",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/pwa-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/pwa-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#ffffff",
|
||
|
"background_color": "#ffffff",
|
||
|
"display": "standalone"
|
||
|
}
|