12 lines
329 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "common",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Common",
7
"tagline": "A *lot* of common clientmodding utilities from the Discord client",
8
"authors": ["Cynosphere", "NotNite"],
9
"tags": ["library"]
10
},
11
"dependencies": ["spacepack"]
12
}
13