mirror of
https://github.com/ow-mods/owml.git
synced 2025-12-11 20:15:48 +01:00
23 lines
468 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|