From a4ae08870df143773bb92946bf294dd031b442e5 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Mon, 24 Mar 2025 20:19:31 +0100 Subject: [PATCH] fix firefox icon problem ((mv3)) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa49813..63a7cda 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,15 @@ "name": "hostinfo", "description": "Receive information of a domain directly in the browser when browsing a website", "private": true, - "version": "1.5", + "version": "1.7", "type": "module", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox", "build": "wxt build", - "build:firefox": "wxt build -b firefox", + "build:firefox": "wxt build -b firefox --mv3", "zip": "wxt zip", - "zip:firefox": "wxt zip -b firefox", + "zip:firefox": "wxt zip -b firefox --mv3", "compile": "tsc --noEmit", "postinstall": "wxt prepare" },