From baa277fbd92fa00f5c80886121d04eefa8d0ec66 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 18 Mar 2025 15:56:20 +0100 Subject: [PATCH] fix manifest (dns server) --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index b57a09a..bd72fda 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ modules: ['@wxt-dev/module-react'], manifest: { permissions: ['tabs', 'activeTab', 'webRequest'], - host_permissions: ['https://ip.albert.lol/*', 'https://dns.google/*'], + host_permissions: ['https://ip.albert.lol/*', 'https://cloudflare-dns.com/*'], action: { default_title: 'Host Info', },