16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "swi-foot/match-referees",
|
|
"title": "Swiss Football Match Referees",
|
|
"category": "swi-football",
|
|
"icon": "whistle",
|
|
"description": "Display match officials and referees",
|
|
"attributes": {
|
|
"selectedMatch": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"usesContext": ["swi-foot/context"]
|
|
}
|