From 0bb5c808e5cfd2a2f79872945178950229751f47 Mon Sep 17 00:00:00 2001 From: Jason Qin <68677082+Comprehensive-Jason@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:21:32 -0700 Subject: [PATCH] Update manifest.json (#422) Mark plugin as desktop-only in Obsidian to stop 'fails to load' messages in Obsidian Mobile --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a95764b1..dc7342fc 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "description": "An AI Personal Assistant for your Digital Brain", "author": "Debanjum Singh Solanky", "authorUrl": "https://github.com/debanjum", - "isDesktopOnly": false + "isDesktopOnly": true }