From 09a63e17e3af38b1adb13572949ccc5efc4f6069 Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sun, 28 Jan 2024 02:00:21 +0300 Subject: [PATCH] chore: adhere to modern Obsidian plugins naming policy --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6079376..4e8332b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-imgur-plugin", - "name": "Imgur Plugin", + "name": "Imgur", "version": "2.5.0", "minAppVersion": "0.13.19", "description": "This plugin uploads images from your clipboard to imgur.com and embeds uploaded image to your note", "author": "Kirill Gavrilov", "authorUrl": "https://github.com/gavvvr", "isDesktopOnly": false -} +} \ No newline at end of file