From 2d6aebfe0a4e7d6fd5953142c5edc662f709ae3d Mon Sep 17 00:00:00 2001 From: lishid Date: Wed, 28 Oct 2020 21:33:07 -0400 Subject: [PATCH] Update manifest.json --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 61ef9ac..222650e 100644 --- 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