owml/docs/config.json
2022-09-21 11:08:35 -04:00

23 lines
468 B
JSON

{
"$schema": "https://raw.githubusercontent.com/Bwc9876/menagerie/master/menagerie/schemas/config_schema.json",
"brand": {
"app_name": "Outer Wilds Mod Loader",
"short_name": "OWML",
"meta": {
"description": "The mod loader and mod framework for outer wilds"
},
"socials": [
{
"name": "Discord",
"link": "#",
"icon": "discord"
},
{
"name": "GitHub",
"link": "#",
"icon": "github"
}
]
}
}