1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-cli/tests/support/plugins/testImport/manifest.json

12 lines
308 B
JSON
Raw Normal View History

{
"id": "org.joplinapp.plugins.ImportDemo",
"manifest_version": 1,
"app_min_version": "1.4",
"name": "Joplin Test Plugin",
"version": "1.0.0",
"description": "To test loading and running a plugin",
"homepage_url": "https://joplinapp.org",
"permissions": [
"model"
]
}