44 lines
861 B
JSON
44 lines
861 B
JSON
{
|
|
"id": "yet-another-timer",
|
|
"title": "Yet Another Timer",
|
|
"description": "A simple timer module",
|
|
"authors": [
|
|
{
|
|
"name": "Zlatko",
|
|
"email": "zlatko@zlatko.dev",
|
|
"url": "https://zlatko.dev"
|
|
}
|
|
],
|
|
"version": "0.1.1",
|
|
"compatibility": {
|
|
"minimum": 12,
|
|
"verified": 12
|
|
},
|
|
"esmodules": [
|
|
"src/timer.js"
|
|
],
|
|
"styles": [
|
|
"styles/yat-style.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
},
|
|
{
|
|
"lang": "de",
|
|
"name": "Deutsch",
|
|
"path": "lang/de.json"
|
|
},
|
|
{
|
|
"lang": "hr",
|
|
"name": "Hrvatski",
|
|
"path": "lang/hr.json"
|
|
}
|
|
],
|
|
"url": "https://zlatko.dev/projects/vtt-timer",
|
|
"manifest": "https://gitea.zlatko.dev/vtt/timer",
|
|
"download": "https://gitea.zlatko.dev/vtt/timer/archive/v0.1.0.zip"
|
|
}
|