From 26d86d01dbb2d25d00f4714cbe8c9e725dd3171c Mon Sep 17 00:00:00 2001 From: Florian Egger Date: Tue, 19 May 2026 17:35:47 +0200 Subject: [PATCH] Update main entry point to dist/main.js --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1c8269a..183fd88 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "author": "Anonymous", "authorUrl": "", "isDesktopOnly": false, - "main": "src/main.js", + "main": "dist/main.js", "authorization": [], "permissions": [], "defaultEnabled": true,