Files
Froxlor/templates/Sparkle/config.json
Daniel Schmitz 0d202a7e4d wip
2021-06-23 11:20:18 +08:00

28 lines
346 B
JSON

{
"variants": {
"default": {
"css": [
"main.css",
"custom.css"
],
"js": [
"main.js",
"apikey.js"
],
"description": "Default"
},
"froxlor": {
"css": [
"main.css",
"froxlor.css"
],
"js": [
"main.js",
"apikey.js"
],
"description": "Froxlor"
}
},
"author": "Roman Schmerold"
}