11 lines
279 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "settings",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Settings",
7
"tagline": "An API for adding to Discord's settings menu",
8
"authors": ["Cynosphere", "NotNite"],
9
"tags": ["library"]
10
}
11
}
12