11 lines
279 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "appPanels",
4
"apiLevel": 2,
5
"meta": {
6
"name": "App Panels",
7
"tagline": "An API for adding panels around the user/voice controls",
8
"authors": ["NotNite"],
9
"tags": ["library"]
10
}
11
}
12