11 lines
286 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "componentEditor",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Component Editor",
7
"tagline": "A library to add to commonly patched components",
8
"authors": ["Cynosphere"],
9
"tags": ["library"]
10
}
11
}
12