mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
29 lines
436 B
JSON
29 lines
436 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.5.4",
|
|
|
|
"name" : "Display Statistic Toolbar",
|
|
"namespace" : "display-stats",
|
|
|
|
"translations" : [
|
|
"translations/en.json"
|
|
],
|
|
|
|
"js" : [
|
|
"display-stats.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"display-stats.min.css"
|
|
],
|
|
|
|
"html" : [
|
|
"html/add-statistics.html"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/guacClientStatistics.html" : "text/html"
|
|
}
|
|
|
|
}
|