RESTfulMC/Frontend/config.json
2024-04-16 09:59:20 -04:00

39 lines
698 B
JSON

{
"siteName": "RESTfulMC",
"siteUrl": "http://localhost:3000",
"analyticsDomain": "mc.rainnny.club",
"metadata": {
"title": {
"default": "RESTfulMC",
"template": "%s 🞄 RESTfulMC"
},
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
"keywords": [
"java",
"minecraft",
"json",
"rest-api",
"restful",
"bedrock",
"springboot"
],
"icons": [
{
"rel": "icon",
"type": "image/png",
"sizes": "32x32",
"url": "/media/logo.webp"
}
]
},
"viewport": {
"themeColor": "minecraft-green-1"
},
"navbarLinks": {
"Player": "/player",
"Server": "/player",
"Mojang": "/mojang",
"Docs": "/docs"
}
}