From 5defd151d814d0b86f1bfd6526c0d3305fa77bcd Mon Sep 17 00:00:00 2001 From: Ammerhai Date: Tue, 20 Jan 2026 20:24:19 +0100 Subject: [PATCH] add main.json to module.json --- main.json => main.js | 0 module.json | 3 +++ 2 files changed, 3 insertions(+) rename main.json => main.js (100%) diff --git a/main.json b/main.js similarity index 100% rename from main.json rename to main.js diff --git a/module.json b/module.json index a96d3f6..022ee58 100644 --- a/module.json +++ b/module.json @@ -160,5 +160,8 @@ ] } ], + "esmodules": [ + "main.js" + ], "manifest": "" } \ No newline at end of file