Update manifest.json (#422)

Mark plugin as desktop-only in Obsidian to stop 'fails to load' messages in Obsidian Mobile
This commit is contained in:
Jason Qin
2023-08-06 14:21:32 -07:00
committed by GitHub
parent c8ef619090
commit 0bb5c808e5

View File

@@ -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
}