From 19edfebb8cd8abff625caa81f5d0000925abc211 Mon Sep 17 00:00:00 2001 From: Marcel Reichelt Date: Tue, 9 Jun 2026 18:28:16 +0200 Subject: [PATCH] latest/manifest: fixed naming and path --- latest/maniest.json | 8 -------- latest/manifest.json | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 latest/maniest.json create mode 100644 latest/manifest.json diff --git a/latest/maniest.json b/latest/maniest.json deleted file mode 100644 index 78909f9..0000000 --- a/latest/maniest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "https://gitea.phx-erp.de/PHXGMBH/phx-frontend-plugin-webcomponent-demo/raw/branch/master/latest/main.js", - "items": [ - { - "tagName": "frontend-plugin-demo" - } - ] -} \ No newline at end of file diff --git a/latest/manifest.json b/latest/manifest.json new file mode 100644 index 0000000..0091895 --- /dev/null +++ b/latest/manifest.json @@ -0,0 +1,8 @@ +{ + "path": "https://gitea.phx-erp.de/api/v1/repos/PHXGMBH/phx-frontend-plugin-webcomponent-demo/raw/master/latest/main.js", + "items": [ + { + "tagName": "frontend-plugin-demo" + } + ] +} \ No newline at end of file