From b6d154587bf7b5b5279cb6b3ac846f4b3a8140f5 Mon Sep 17 00:00:00 2001 From: JSC Date: Tue, 7 Oct 2025 14:29:22 +0200 Subject: [PATCH] Update host permissions to use 'http://goyave' in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 57dbde2..80ded92 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "host_permissions": [ "https://www.youtube.com/*", "http://localhost:8000/*", - "http://192-168-100-199.sslip.io/*" + "http://goyave/*" ], "action": { "default_popup": "popup.html",