diff --git a/manifest.json b/manifest.json index dfa940e..4e4b1d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "diary-ics", + "name": "diary-ics", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", + "description": "Sync Obsidian diary entries to system calendar via ICS feed.", "author": "Obsidian", - "authorUrl": "https://obsidian.md", + "authorUrl": "https://mousebomb.org", "fundingUrl": "https://obsidian.md/pricing", - "isDesktopOnly": false + "isDesktopOnly": true }