From 38db1a06188fa5a19aecee2b2a5ab03ffe91e66b Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Fri, 13 Sep 2024 21:46:09 +0900 Subject: [PATCH] fix: update plugin ID in manifest.json - Changed plugin ID from "full-path-plugin" to "full-path". - Ensured consistency with the plugin name and metadata. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 27693e0..fa6ac9f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "full-path-plugin", + "id": "full-path", "name": "Full Path", "version": "0.0.1", "minAppVersion": "0.15.0",