From 96d6b10dd5e40b4a54ef7ecd8cd084e04cd9eaec Mon Sep 17 00:00:00 2001 From: JackGruber <24863925+JackGruber@users.noreply.github.com> Date: Fri, 12 Jan 2024 06:57:58 +0100 Subject: [PATCH] Fix categories --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 435b35b..4c1fc8a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,7 @@ "homepage_url": "https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md", "repository_url": "https://github.com/JackGruber/joplin-plugin-hotfolder", "keywords": ["hotfolder", "import", "monitor"], - "categories": ["themes", "files"], + "categories": ["productivity", "files"], "screenshots": [ { "src": "img/main.png",