From de1e5841e9eb77fa5f0a84726f34b84ec27d2ef0 Mon Sep 17 00:00:00 2001 From: bekurin Date: Sun, 1 Oct 2023 15:38:21 +0900 Subject: [PATCH] chore: rename id, authorUrl and remove fundingUrl --- manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 194a50f..f110bde 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "blog-publisher-plugin", + "id": "blog-publisher", "name": "Blog Publisher Plugin", "version": "1.0.0", "minAppVersion": "0.15.0", "description": "Easily publish a note in obsidian to blog", "author": "bekurin", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "authorUrl": "https://github.com/bekurin", "isDesktopOnly": false }