diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 5 |
1 files 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 |
