From d235024183032ff9c5a5a02c0116cb812460f5a3 Mon Sep 17 00:00:00 2001 From: Lukas Bach Date: Wed, 4 Sep 2024 16:31:24 +0200 Subject: [PATCH] feat: enable on mobile (#10) --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1196275..879cb38 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,6 @@ "authorUrl": "https://lukasbach.com", "fundingUrl": "https://github.com/sponsors/lukasbach", "minAppVersion": "0.15.0", - "version": "0.0.10" + "version": "0.0.10", + "isDesktopOnly": false } \ No newline at end of file