generator-joplin
Version:
Scaffolds out a new Joplin plugin
16 lines • 391 B
JSON
{
"manifest_version": 1,
"id": "<%= pluginId %>",
"app_min_version": "3.7",
"version": "1.0.0",
"name": "<%= pluginName %>",
"description": "<%= pluginDescription %>",
"author": "<%= pluginAuthor %>",
"homepage_url": "<%= pluginHomepageUrl %>",
"repository_url": "<%= pluginRepositoryUrl %>",
"keywords": [],
"categories": [],
"screenshots": [],
"icons": {},
"promo_tile": {}
}