mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
|
|
"guacamoleVersion" : "*",
|
|
"name" : "Custom Guacamole Theme",
|
|
"namespace" : "custom-namespace",
|
|
"smallIcon" : "images/logo-64.png",
|
|
"largeIcon" : "images/logo-144.png",
|
|
"translations" : [
|
|
"translations/en.json"
|
|
],
|
|
|
|
"css" : [
|
|
"css/custom-theme.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"images/logo.png" : "image/png",
|
|
"images/logo-64.png" : "image/png",
|
|
"images/logo-144.png" : "image/png"
|
|
}
|
|
}
|
|
|