diff options
| -rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index ea4bf3d..61ef9ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ {
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
+ "version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
- "isDesktopOnly": false,
- "js": "main.js",
- "css": "styles.css"
+ "author": "Licat",
+ "isDesktopOnly": false
}
\ No newline at end of file |
