swarnam-obsidian/manifest.json

8 lines
218 B
JSON
Raw Permalink 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-25 20:55:59 +00:00
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
2020-10-28 23:20:59 +00:00
"author": "Licat",
"isDesktopOnly": false
2020-10-25 20:55:59 +00:00
}