You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/client/static/manifest.json

21 lines
460 B

{
"name": "Wiki.js",
"short_name": "Wiki.js",
"start_url": "/",
"icons": [
{
"src": "/_assets/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/_assets/favicons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#1976d2",
"background_color": "#1976d2",
"display": "standalone"
}