swarnam-obsidian/manifest.json

9 lines
316 B
JSON
Raw Normal View History

2020-10-25 20:55:59 +00:00
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
2020-10-28 23:20:59 +00:00
"version": "1.0.0",
2020-10-29 01:33:07 +00:00
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md/about",
2020-10-28 23:20:59 +00:00
"isDesktopOnly": false
2020-10-25 20:55:59 +00:00
}