feat: Add localization support, inject 'Create Countdown' button into GM sidebar, display total countdown value, and enhance tracker styling and refresh handling.
This commit is contained in:
parent
1d9dc93605
commit
a44724f506
6 changed files with 110 additions and 14 deletions
|
|
@ -31,5 +31,12 @@
|
|||
"styles": [
|
||||
"styles/countdown.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"description": "A modern, draggable countdown tracker for the Daggerheart system."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue