syspell/plugin.json
MassiveBox c69eaca7e9
Some checks failed
Build on Push and create Release on Tag / build (push) Failing after 28s
First commit
2025-09-19 21:18:06 +02:00

45 lines
924 B
JSON

{
"name": "syspell",
"author": "massivebox",
"url": "https://git.massive.box/massivebox/syspell",
"version": "0.1.0",
"minAppVersion": "3.0.12",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"harmony",
"docker"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "SySpell - Grammar and Spell Checker"
},
"description": {
"en_US": "A fully featured grammar checker for SiYuan, like Grammarly or LanguageTool. Supports multiple languages and custom dictionaries. Completely free and open source."
},
"readme": {
"en_US": "README.md"
},
"funding": {
"custom": [
"https://s.massive.box/siyuan-plugin-donate"
]
},
"keywords": [
"plugin",
"spelling",
"grammar",
"languagetool",
"grammarly",
"correction"
]
}