summaryrefslogtreecommitdiffstats
path: root/src/main/resources/guac-manifest.json
blob: fb4bfb4b150b995bec3f5bc648bc5327b336c582 (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
25
26
27
28
29
{
    "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" : [
        "login-logo.html",
        "selection-logo.html",
        "secondary-logo.html",
        "continue-patch.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"
    }
}