Update manifest.json
This commit is contained in:
parent
26d068d237
commit
2d6aebfe0a
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
"id": "obsidian-sample-plugin",
|
"id": "obsidian-sample-plugin",
|
||||||
"name": "Sample Plugin",
|
"name": "Sample Plugin",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
|
||||||
"author": "Licat",
|
"author": "Obsidian",
|
||||||
|
"authorUrl": "https://obsidian.md/about",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
Loading…
Reference in a new issue