diff options
| author | lishid <[email protected]> | 2020-10-28 21:33:07 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2020-10-28 21:33:32 -0400 |
| commit | 2d6aebfe0a4e7d6fd5953142c5edc662f709ae3d (patch) | |
| tree | 511111442fadbdaadda1d3f5d1a7e42db11d5263 /manifest.json | |
| parent | 26d068d237d3deefb649a1d4de8ef1ed6b652954 (diff) | |
| download | ai-pulse-obsidian-plugin-2d6aebfe0a4e7d6fd5953142c5edc662f709ae3d.tar.gz ai-pulse-obsidian-plugin-2d6aebfe0a4e7d6fd5953142c5edc662f709ae3d.zip | |
Update manifest.json
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 |
