22 lines
449 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "devToolsExtensions",
4
"meta": {
5
"name": "DevTools Extensions",
6
"tagline": "Loads Chrome extensions into Electron DevTools",
7
"authors": [
8
"Cynosphere"
9
],
10
"tags": [
11
"development"
12
]
13
},
14
"settings": {
15
"paths": {
16
"advice": "restart",
17
"displayName": "Extension Paths",
18
"type": "list"
19
}
20
},
21
"apiLevel": 2
22
}
23