From b7eaa6ef9c8f596af88a46121dd360ac0875e180 Mon Sep 17 00:00:00 2001 From: dragonish Date: Sat, 29 Jun 2024 19:31:20 +0800 Subject: [PATCH] adapt(manifest): declare the plugin supports desktop only Refs: #5 --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index a2e5e8f..12a7d9c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,6 +8,7 @@ "author": "Light", "homepage_url": "https://github.com/LightAPIs/joplin-copy-code-blocks", "repository_url": "https://github.com/LightAPIs/joplin-copy-code-blocks", + "platforms": ["desktop"], "keywords": ["Copy", "Code blocks"], "categories": ["appearance", "productivity"] }