swarnam-obsidian/manifest.json

12 lines
370 B
JSON
Raw Normal View History

2022-04-15 18:13:31 +00:00
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
2022-08-09 17:38:50 +00:00
"version": "1.0.0",
"minAppVersion": "0.15.0",
2022-04-15 18:13:31 +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",
2022-12-05 20:28:53 +00:00
"fundingUrl": "https://obsidian.md/pricing",
2022-04-15 18:13:31 +00:00
"isDesktopOnly": false
}