11 lines
281 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "notices",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Notices",
7
"tagline": "An API for adding notices at the top of the page",
8
"authors": ["Cynosphere", "NotNite"],
9
"tags": ["library"]
10
}
11
}
12