mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
32 lines
572 B
JSON
32 lines
572 B
JSON
{
|
|
"guacamoleVersion" : "1.0.0",
|
|
|
|
"name" : "Adhoc Guacamole Connections",
|
|
"namespace" : "quickconnect",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.quickconnect.QuickConnectAuthenticationProvider"
|
|
],
|
|
|
|
"js" : [
|
|
"quickconnect.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"quickconnect.min.css"
|
|
],
|
|
|
|
"html" : [
|
|
"templates/quickconnectField.html"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/quickconnectField.html" : "text/html"
|
|
}
|
|
|
|
}
|