From 89265a93bb5478902ccb723a320d5633f3171f3d Mon Sep 17 00:00:00 2001 From: wujunchen Date: Sun, 26 Apr 2026 10:54:17 +0800 Subject: [PATCH] fix: remove authorUrl pointing to repo (rejected by marketplace) Change-Id: I2ae72b8364de9e62b957c528d18c737556723358 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a6e31fa..7661a40 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "minAppVersion": "1.4.0", "description": "AI-powered split-view reading: source note on the left, LLM-generated summary cards on the right with scroll-sync highlighting.", "author": "lancivez", - "authorUrl": "https://github.com/fancive", + "fundingUrl": "https://github.com/fancive", "isDesktopOnly": true }