1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/docs/theme/arsse/config.json

10 lines
147 B
JSON
Raw Normal View History

2019-08-04 14:57:05 +00:00
{
"favicon": "<theme_url>favicon.png",
"js": [
2019-10-11 16:00:48 +00:00
"<theme_url>daux.min.js"
2019-08-04 14:57:05 +00:00
],
"css": [
"<theme_url>arsse.css"
]
}