17 lines
514 B
JSON
17 lines
514 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "swi-foot/match-events",
|
|
"title": "Swiss Football Match Events",
|
|
"category": "widgets",
|
|
"icon": "list-view",
|
|
"description": "Live match events with optional auto-refresh.",
|
|
"attributes": {
|
|
"selectedTeam": { "type": "string", "default": "" },
|
|
"selectedMatch": { "type": "string", "default": "" },
|
|
"refreshInterval": { "type": "number", "default": 30 },
|
|
"eventOrder": { "type": "string", "default": "dynamic" }
|
|
}
|
|
,
|
|
"usesContext": ["swi-foot/context"]
|
|
}
|