From 4f965fb870912eb6eca4ad7c8e70b4567a8d1d02 Mon Sep 17 00:00:00 2001 From: Vincenzo Mitchell Barroso <67801159+Signynt@users.noreply.github.com> Date: Sat, 28 May 2022 11:05:58 +0200 Subject: [PATCH] Changed Desktop Only to false --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4632a86..4a5188a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "description": "Enables relative line numbers in editor mode", "author": "Nadav Spiegelman", "authorUrl": "https://nadav.is", - "isDesktopOnly": true -} \ No newline at end of file + "isDesktopOnly": false +}