As it's quite common that extensions and skins interact with each other, it's useful to have a simple way to check if an extension version satisfies a given constraint, as extensions change over time. Bug: T202955 Change-Id: I19f9713caf89d647072a2bd7d598e739be383f4a
13 lines
173 B
JSON
13 lines
173 B
JSON
{
|
|
"name": "FooBar",
|
|
"version": "1.2.3",
|
|
"attributes": {
|
|
"FooBar": {
|
|
"Attr": [ "test" ]
|
|
},
|
|
"NotLoaded": {
|
|
"Attr": [ "test2" ]
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|