RESTfulMC/Frontend/config.json

53 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-15 15:00:47 -07:00
{
"siteName": "RESTfulMC",
"siteUrl": "http://localhost:3000",
2024-04-16 19:59:16 -07:00
"analyticsDomain": "restfulmc.cc",
2024-04-15 15:00:47 -07:00
"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": {
2024-04-16 20:28:12 -07:00
"themeColor": "hsl(107 55% 34%)"
2024-04-15 15:00:47 -07:00
},
"navbarLinks": {
"Player": "/player",
2024-04-16 13:40:25 -07:00
"Server": "/server",
2024-04-16 06:59:20 -07:00
"Mojang": "/mojang",
"Docs": "/docs"
},
"featuredItems": [
{
"name": "Player Lookup",
"description": "Wanna find a player? You can locate them here by their username or UUID.",
"image": "/media/featured/server.png",
"href": "/player"
},
{
"name": "Server Lookup",
"description": "Fugiat culpa est consequat nostrud exercitation ut id ex in.",
"image": "/media/featured/server.png",
"href": "/player"
}
]
2024-04-15 15:00:47 -07:00
}