diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..40fc4ff7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,11 @@ +{ + "id": "sample-plugin", + "name": "Sync & Share", + "version": "0.0.5", + "minAppVersion": "0.0.0", + "description": "Demonstrates some of the capabilities of the Obsidian API.", + "author": "Obsidian", + "authorUrl": "https://obsidian.md", + "fundingUrl": "https://obsidian.md/pricing", + "isDesktopOnly": false +} \ No newline at end of file