20 lines
378 B
JSON
20 lines
378 B
JSON
|
{
|
||
|
"name": "szurubooru",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/img/android-chrome-192x192.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "192x192"
|
||
|
},
|
||
|
{
|
||
|
"src": "/img/android-chrome-512x512.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "512x512"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "/",
|
||
|
"theme_color": "#24aadd",
|
||
|
"background_color": "#ffffff",
|
||
|
"display": "standalone"
|
||
|
}
|