diff --git a/src/apps.json b/src/apps.json index cf1c1022c..99264083e 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9009,6 +9009,16 @@ }, "website": "http://shellinabox.com" }, + "Shiny": { + "cats": [ + 18 + ], + "icon": "Shiny.png", + "js": { + "Shiny": "" + }, + "website": "https://shiny.rstudio.com" + }, "ShinyStat": { "cats": [ 10 diff --git a/src/icons/Shiny.png b/src/icons/Shiny.png new file mode 100644 index 000000000..612d350d3 Binary files /dev/null and b/src/icons/Shiny.png differ