summaryrefslogtreecommitdiffstats
path: root/src/main/resources/guac-manifest.json
blob: 178140bfee9a2d2bce349190af05d05ea3585a71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "guacamoleVersion" : "*",
    "name" : "bwLehrpool virtual pool",
    "namespace" : "de.bwlehrpool",
    "smallIcon" : "images/Logo_bwLehrpool_symbol.png",
    "largeIcon" : "images/Logo_bwLehrpool_symbol.png",
    "authProviders": ["de.bwlehrpool.bwlp_guac.BwlpAuthenticationProvider"],
    "listeners" : ["de.bwlehrpool.bwlp_guac.TunnelListener"],
    "html" : [ "disclaimer.html" ],
    "translations" : [
        "translations/en.json"
    ],
    "js" : [
        "bwlp.min.js"
    ],
    "css" : [
        "bwlp.min.css"
    ],
    "resources" : {
        "images/Logo_bwLehrpool.svg" : "image/svg+xml",
        "templates/groupField.html" : "text/html"
    }
}