From 8942e662d67d3b2fe1d58f45740ae40b79cd8b95 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 19 Jan 2023 08:36:57 +0100 Subject: [PATCH] Fixed manifest --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index bb476bc..39ad950 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,9 @@ "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", - "isDesktopOnly": false, - "fundingUrl": { - "Github": "https://github.com/sponsors/scambier", - "Ko-fi": "https://ko-fi.com/scambier" - } + "fundingUrl": { + "Github": "https://github.com/sponsors/scambier", + "Ko-fi": "https://ko-fi.com/scambier" + }, + "isDesktopOnly": false }