From 876e1a25cf81af79c5d44591076a6232068cf00e Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:02:04 +0900 Subject: [PATCH] add online tag due to googleAnalytics https://github.com/new-sankaku/stable-diffusion-webui-simple-manga-maker/blob/d0591f811362ea4255583f576021898523c94a22/SP-MangaEditer/index.html#L14 https://github.com/new-sankaku/stable-diffusion-webui-simple-manga-maker/blob/d0591f811362ea4255583f576021898523c94a22/SP-MangaEditer/third/GoogleAnalytics/googleAnalytics.js --- extensions/sd-webui-manga-maker.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/sd-webui-manga-maker.json b/extensions/sd-webui-manga-maker.json index 04f0e7d4..45eec93c 100644 --- a/extensions/sd-webui-manga-maker.json +++ b/extensions/sd-webui-manga-maker.json @@ -4,7 +4,8 @@ "description": "With simple operations, an extension that enables the creation and application of manga-style images.", "tags": [ "tab", - "editing" + "editing", + "online" ], "added": "2024-03-17" } \ No newline at end of file