DocSpace-buildtools/public/manifest.json
2019-12-11 15:18:55 +03:00

15 lines
276 B
JSON

{
"short_name": "AppServer",
"name": "Onlyoffice AppServer",
"icons": [
{
"src":"appIcon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/",
"background_color": "#222",
"theme_color": "#222",
"display": "standalone"
}