Загрузить файлы в «/»

This commit is contained in:
allecks 2024-06-17 20:35:51 +03:00
parent 44715992ac
commit c6a182b435
2 changed files with 12 additions and 4 deletions

Binary file not shown.

View file

@ -1,11 +1,11 @@
{ {
"id": "arcane-ink", "id": "arcane-ink",
"title": "Arcane Ink", "title": "Arcane Ink",
"author": { "authors": {
"name": "Allecks", "name": "Allecks",
"boosty": "https://boosty.to/allecks" "url": "https://boosty.to/allecks"
}, },
"version": "1.0.1", "version": "1.0.2",
"compatibility": { "compatibility": {
"minimum": "11", "minimum": "11",
"verified": "12" "verified": "12"
@ -28,5 +28,13 @@
"styles": [ "styles": [
"./book.css" "./book.css"
], ],
"description": "Упрощает работу с журналами в плане дизайна." "media": [
{
"type": "setup",
"thumbnail": "./modules/arcane-Ink/assets/ui/logo.png"
}
],
"description": "Упрощает работу с журналами в плане дизайна.",
"manifest": "https://git.cringetech.net/allecks/arcane-ink/src/branch/main/module.json",
"download": "https://git.cringetech.net/allecks/arcane-ink/src/branch/main/arcane-ink.zip"
} }