Files
guacamole-tomcat/doc/guacamole-branding-example/guac-manifest.json
gyurix be9f66dee9
Some checks failed
continuous-integration/drone/push Build is failing
Add .gitignore and .ratignore files for various directories
2025-04-29 21:43:12 +02:00

35 lines
1.4 KiB
JSON

{
"guacamoleVersion" : "*",
"name" : "Guacamole Branding Example",
"namespace" : "guacamole-branding-example",
"css" : [
"css/0-font-raleway.css",
"css/example.css"
],
"html" : [
"html/warning.html"
],
"resources" : {
"resources/fonts/raleway/Raleway-Bold.otf" : "application/x-font-opentype",
"resources/fonts/raleway/Raleway-Bold.ttf" : "application/x-font-TrueType",
"resources/fonts/raleway/Raleway-Bold.woff" : "application/font-woff",
"resources/fonts/raleway/Raleway-BoldItalic.otf" : "application/x-font-opentype",
"resources/fonts/raleway/Raleway-BoldItalic.ttf" : "application/x-font-TrueType",
"resources/fonts/raleway/Raleway-BoldItalic.woff" : "application/font-woff",
"resources/fonts/raleway/Raleway-Italic.otf" : "application/x-font-opentype",
"resources/fonts/raleway/Raleway-Italic.ttf" : "application/x-font-TrueType",
"resources/fonts/raleway/Raleway-Italic.woff" : "application/font-woff",
"resources/fonts/raleway/Raleway-Regular.otf" : "application/x-font-opentype",
"resources/fonts/raleway/Raleway-Regular.ttf" : "application/x-font-TrueType",
"resources/fonts/raleway/Raleway-Regular.woff" : "application/font-woff",
"resources/images/saturn/saturn.png" : "image/png"
},
"translations" : [
"translations/en.json"
]
}