summaryrefslogtreecommitdiffstats
path: root/src/main/resources/guac-manifest.json
blob: 2e301e9b2d7c2bbda06e13f8535e739edce87bb8 (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
24
{
    "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",
        "translations/de.json"
    ],
    "js" : [
        "bwlp.min.js"
    ],
    "css" : [
        "bwlp.min.css"
    ],
    "resources" : {
        "images/Logo_bwLehrpool.svg" : "image/svg+xml",
        "templates/groupField.html" : "text/html"
    }
}