obsidian-safe-filenames/manifest.json

9 lines
316 B
JSON
Raw Normal View History

2020-10-25 16:55:59 -04:00
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
2020-10-28 19:20:59 -04:00
"version": "1.0.0",
2020-10-28 21:33:07 -04: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 19:20:59 -04:00
"isDesktopOnly": false
2020-10-25 16:55:59 -04:00
}