Files
rustfs-console/themes/default/manifest.json
T
2026-07-07 14:26:09 +08:00

22 lines
577 B
JSON

{
"schemaVersion": 1,
"id": "default",
"name": "Default",
"brand": {
"name": "RustFS",
"shortName": "RustFS",
"description": "RustFS is a distributed file system written in Rust."
},
"assets": {
"logo": "/themes/default/assets/logo.svg",
"logoCompact": "/themes/default/assets/logo.svg",
"userAvatar": "/img/userAvatar.png"
},
"links": {
"website": "https://www.rustfs.com",
"documentation": "https://docs.rustfs.com/?ref=console",
"github": "https://github.com/rustfs/console",
"x": "https://x.com/rustfsofficial"
}
}