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:
Kirill Gavrilov 2025-01-22 16:13:55 +03:00 committed by GitHub
parent ee04e2f81f
commit dcdadbb94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.",