From 145f96cacf1e8be76ea35a3ae9bf1311645cf2ff Mon Sep 17 00:00:00 2001 From: Mike Mulligan <2+mmulligan@noreply.gitea.mulligan.casa> Date: Tue, 23 Jun 2026 01:33:41 -0400 Subject: [PATCH] eea-foh: drop svg icon (PNG-only) to test browser rendering past the cross-origin svg hang --- eea-foh.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eea-foh.json b/eea-foh.json index fe6ca94..120b559 100644 --- a/eea-foh.json +++ b/eea-foh.json @@ -9,8 +9,7 @@ "requires_php": "8.1", "icons": { "1x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh/icon-128x128.png", - "2x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh/icon-256x256.png", - "svg": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh/icon.svg" + "2x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh/icon-256x256.png" }, "last_updated": "2026-06-23 04:43:55" }