17 lines
315 B
JSON
17 lines
315 B
JSON
|
|
{
|
||
|
|
/* JSON schemas */
|
||
|
|
"json.schemas": [
|
||
|
|
{
|
||
|
|
"fileMatch": [
|
||
|
|
"**/manifest.json"
|
||
|
|
],
|
||
|
|
"url": "https://schemas.elgato.com/streamdeck/plugins/manifest.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"fileMatch": [
|
||
|
|
"**/layouts/*.json"
|
||
|
|
],
|
||
|
|
"url": "https://schemas.elgato.com/streamdeck/plugins/layout.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|