syspell/plugin.json
MassiveBox 095e2a2bb9
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 53s
Docs update + Version Bump
2025-10-06 11:17:32 +02:00

45 lines
924 B
JSON

{
"name": "syspell",
"author": "massivebox",
"url": "https://git.massive.box/massivebox/syspell",
"version": "0.2.1",
"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"
]
}