1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00
Files
joplin/packages/generator-joplin/generators/app/templates/src/manifest.json
2024-10-30 23:43:30 +00:00

16 lines
391 B
JSON

{
"manifest_version": 1,
"id": "<%= pluginId %>",
"app_min_version": "3.2",
"version": "1.0.0",
"name": "<%= pluginName %>",
"description": "<%= pluginDescription %>",
"author": "<%= pluginAuthor %>",
"homepage_url": "<%= pluginHomepageUrl %>",
"repository_url": "<%= pluginRepositoryUrl %>",
"keywords": [],
"categories": [],
"screenshots": [],
"icons": {},
"promo_tile": {}
}