Added the shell of the Countdown application

This commit is contained in:
WBHarry 2025-06-09 08:28:59 +02:00
parent 7799f4f1eb
commit db7ecf0c2f
8 changed files with 197 additions and 0 deletions

View file

@ -893,6 +893,29 @@
"Title": "Downtime"
}
},
"Countdown": {
"FIELDS": {
"countdowns": {
"element": {
"name": { "label": "Name" },
"progress": {
"current": { "label": "Current" },
"max": { "label": "Max" },
"type": {
"value": { "label": "Value" },
"label": { "label": "Label", "hint": "Used for custom" }
}
}
}
}
},
"Type": {
"Spotlight": "Spotlight",
"Custom": "Custom"
},
"NewCountdown": "New Countdown",
"Title": "Countdowns"
},
"Sheets": {
"PC": {
"Name": "Name",