habitica-sync/manifest.json

11 lines
298 B
JSON
Raw Permalink Normal View History

2020-10-25 16:55:59 -04:00
{
2021-10-03 18:10:16 +05:30
"id": "test-plugin",
"name": "Test Plugin",
"version": "0.0.1",
2020-11-10 02:52:56 -05:00
"minAppVersion": "0.9.12",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
2021-10-03 18:10:16 +05:30
"author": "Leoh",
"authorUrl": "",
2020-11-10 02:52:56 -05:00
"isDesktopOnly": false
}