From 251f6f394288bad92c92978e7bee17a524160a06 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Mon, 3 Feb 2025 20:28:01 +0200 Subject: [PATCH] chore: change isDesktopOnly to false --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d46867f..52475f4 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "minAppVersion": "0.15.0", "description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, aligning.", "author": "Kotaindah55 (Sheva Ihza)", - "isDesktopOnly": true -} \ No newline at end of file + "isDesktopOnly": false +}