From 4fb76a6f70379b748af96ab0111659eee44d9899 Mon Sep 17 00:00:00 2001 From: HJ Works Date: Thu, 23 Nov 2023 00:42:34 +0900 Subject: [PATCH] update manifest.json add logseq todo plugin to 1.19.1 --- packages/logseq-todo-plugin/manifest.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/logseq-todo-plugin/manifest.json b/packages/logseq-todo-plugin/manifest.json index ae6235f4..77f50411 100644 --- a/packages/logseq-todo-plugin/manifest.json +++ b/packages/logseq-todo-plugin/manifest.json @@ -1,11 +1,7 @@ { "title": "TODO List", - "description": "Show your all TODO items and easy to add new items on your today's journal page", - "author": "ahonn", - "icon": "./logo.svg", - "repo": "ahonn/logseq-plugin-todo", - "effect": true, - "sponsors": [ - "https://www.buymeacoffee.com/yuexunjiang" - ] + "description": "Show your all TODO items and easy to add new items on your today's journal page." , + "author": "HJ Works", + "repo":"zuntopia/logseq-plugin-todo", + "icon": "./logo.svg" }