From 8b482b12458f4c390bb0e306957da3c2a524bb0c Mon Sep 17 00:00:00 2001 From: iw0 Date: Wed, 29 May 2024 14:05:34 +0200 Subject: [PATCH] `web-ext` compat --- web-ext-config.js => web-ext-config.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename web-ext-config.js => web-ext-config.cjs (85%) diff --git a/web-ext-config.js b/web-ext-config.cjs similarity index 85% rename from web-ext-config.js rename to web-ext-config.cjs index 770528e..26ce2f8 100644 --- a/web-ext-config.js +++ b/web-ext-config.cjs @@ -5,7 +5,8 @@ module.exports = { "web-ext-config.js", ".DS_Store", "package-lock.json", - "icons/*.svg" + "icons/*.svg", + "icons/icon@full.png" ], run: { devtools: true,