18 lines
310 B
JSON
18 lines
310 B
JSON
|
{
|
||
|
"name": "Mumble",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "#require('./android-chrome-192x192.png')",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image\/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "#require('./android-chrome-512x512.png')",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image\/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#ffffff",
|
||
|
"display": "standalone"
|
||
|
}
|