commit 2d6aebfe0a4e7d6fd5953142c5edc662f709ae3d
parent 26d068d237d3deefb649a1d4de8ef1ed6b652954
Author: lishid <lishid@gmail.com>
Date: Wed, 28 Oct 2020 21:33:07 -0400
Update manifest.json
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json
@@ -2,7 +2,8 @@
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.0",
- "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
- "author": "Licat",
+ "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",
"isDesktopOnly": false
}
\ No newline at end of file