DocSpace-client/public/manifest.json

15 lines
276 B
JSON
Raw Normal View History

{
"short_name": "AppServer",
"name": "Onlyoffice AppServer",
"icons": [
{
2019-12-11 12:18:55 +00:00
"src":"appIcon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/",
"background_color": "#222",
"theme_color": "#222",
"display": "standalone"
}