mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
17 lines
404 B
JSON
17 lines
404 B
JSON
{
|
|
"name": "RocketChat",
|
|
"description": "The Ultimate Open Source WebChat Platform",
|
|
"launch_path": "/",
|
|
"icons": {
|
|
"128": "/images/logo/favicon-128x128.png",
|
|
"512": "/images/logo/512x512.png"
|
|
},
|
|
"developer": {
|
|
"name": "Rocket.Chat",
|
|
"url": "https://rocket.chat/"
|
|
},
|
|
"fullscreen": "true",
|
|
"chrome": {
|
|
"navigation": false
|
|
}
|
|
}
|