mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 08:34:13 +01:00
20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
|
{
|
||
|
"name": "nicco.io",
|
||
|
"short_name": "nicco.io",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#16b4e9",
|
||
|
"background_color": "#16b4e9",
|
||
|
"display": "standalone"
|
||
|
}
|