14 lines
173 B
JSON
14 lines
173 B
JSON
|
|
{
|
||
|
|
"name": "FooBar",
|
||
|
|
"version": "1.2.3",
|
||
|
|
"attributes": {
|
||
|
|
"FooBar": {
|
||
|
|
"Attr": [ "test" ]
|
||
|
|
},
|
||
|
|
"NotLoaded": {
|
||
|
|
"Attr": [ "test2" ]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"manifest_version": 2
|
||
|
|
}
|