Загрузить файлы в «/»
This commit is contained in:
commit
44715992ac
2 changed files with 32 additions and 0 deletions
BIN
arcane-ink.zip
Normal file
BIN
arcane-ink.zip
Normal file
Binary file not shown.
32
module.json
Normal file
32
module.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"id": "arcane-ink",
|
||||
"title": "Arcane Ink",
|
||||
"author": {
|
||||
"name": "Allecks",
|
||||
"boosty": "https://boosty.to/allecks"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "12"
|
||||
},
|
||||
"esmodules": [
|
||||
"./arcaneInc.js"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
},
|
||||
{
|
||||
"lang": "ru",
|
||||
"name": "Russian",
|
||||
"path": "lang/ru.json"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"./book.css"
|
||||
],
|
||||
"description": "Упрощает работу с журналами в плане дизайна."
|
||||
}
|
Reference in a new issue