bible-verse-parser/manifest.json

11 lines
334 B
JSON
Raw Normal View History

2020-10-25 21:55:59 +01:00
{
2020-11-10 08:52:56 +01:00
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.1",
2021-10-19 19:34:19 +02:00
"minAppVersion": "0.12.0",
2020-11-10 08:52:56 +01:00
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
2021-10-19 19:34:19 +02:00
"authorUrl": "https://obsidian.md",
2020-11-10 08:52:56 +01:00
"isDesktopOnly": false
}