summaryrefslogtreecommitdiffstats
path: root/src/main/resources/guac-manifest.json
blob: e5071830f4cc6bc176defe2f2227410f980fb320 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "guacamoleVersion" : "*",
    "name" : "bwLehrpool virtual pool",
    "namespace" : "de.bwlehrpool",
    "authProviders": ["de.bwlehrpool.bwlp_guac.BwlpAuthenticationProvider"],
    "html" : [ "disclaimer.html" ],
    "translations" : [
        "translations/en.json"
    ],
    "js" : [
        "bwlp.min.js"
    ],
    "css" : [
        "bwlp.min.css"
    ],
    "resources" : {
        "templates/locationField.html" : "text/html"
    }
}