mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-22 21:01:40 +00:00
20 lines
544 B
JSON
20 lines
544 B
JSON
{
|
|
"id": "broken_capability_metadata",
|
|
"name": "Broken Capability Metadata",
|
|
"nav": { "label": "Broken", "screen": "plugin-broken" },
|
|
"screen": "screen.html",
|
|
"settings": { "html": "settings.html" },
|
|
"standards": ["capability-pipelines.v1"],
|
|
"capabilities": {
|
|
"stems": {
|
|
"roles": ["owner", "not-a-role"],
|
|
"commands": ["mute", 12],
|
|
"events": "not-a-list",
|
|
"mode": "teleport",
|
|
"compatibility": "magic",
|
|
"ownership": "surprise-owner",
|
|
"safety": "dangerous",
|
|
"version": 1
|
|
}
|
|
}
|
|
} |