From 9f0f8e0e36cf737524ec3cba490e1b96a7edb057 Mon Sep 17 00:00:00 2001 From: Martin Flogaus Date: Fri, 12 Jun 2026 03:36:40 +0200 Subject: [PATCH] Leoparden/plugin license manager (#2002) * adds leoparden/plugin-license-manager * Remove aliases from manifest.json --------- Co-authored-by: Martin Flogaus --- leoparden/plugin-license-manager/1.0/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 leoparden/plugin-license-manager/1.0/manifest.json diff --git a/leoparden/plugin-license-manager/1.0/manifest.json b/leoparden/plugin-license-manager/1.0/manifest.json new file mode 100644 index 00000000..0f2491d9 --- /dev/null +++ b/leoparden/plugin-license-manager/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Leoparden\\PluginLicenseManager\\PluginLicenseManager": ["all"] + }, + "env": { + "#1": "Platform identifier reported to the hub's /lifecycle/{platform}/{extension} endpoint.", + "LEOPARDEN_LICENSE_PLATFORM": "shopware" + } +}