We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a577988 commit ed97541Copy full SHA for ed97541
manifest.json
@@ -1,8 +1,8 @@
1
{
2
"id": "obsidian-sample-plugin",
3
"name": "Sample Plugin",
4
+ "version": "1.0.0",
5
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
- "isDesktopOnly": false,
6
- "js": "main.js",
7
- "css": "styles.css"
+ "author": "Licat",
+ "isDesktopOnly": false
8
}
0 commit comments