20 lines
546 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "spacepack",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Spacepack",
7
"tagline": "Search utilities across all Webpack modules",
8
"authors": ["Cynosphere", "NotNite"],
9
"tags": ["library", "development"]
10
},
11
"settings": {
12
"addToGlobalScope": {
13
"advice": "reload",
14
"displayName": "Add to global scope",
15
"description": "Populates window.spacepack for easier usage in DevTools",
16
"type": "boolean",
17
"default": false
18
}
19
}
20
}
21