align sample manifest.json with modern Obsidian developer policies
- plugin's id should not contain `plugin` - plugin's name should not contain the word "Plugin"
This commit is contained in:
parent
ee04e2f81f
commit
dcdadbb94c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "sample-plugin",
|
||||
"name": "Sample Plugin",
|
||||
"id": "sample",
|
||||
"name": "Sample",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
||||
|
|
Loading…
Reference in New Issue