From 1483b3b8b937ec0e69ca8b5483bf0b25b0a530d3 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Mon, 22 Sep 2025 19:25:30 +0800 Subject: [PATCH] fix mobile config --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e24a157..0de8a17 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes", "author": "Felix.D", "authorUrl": "https://github.com/infiolab", - "isDesktopOnly": true + "isDesktopOnly": false }