From f2878688781957a4b497b3097ce7dc320d65f0a6 Mon Sep 17 00:00:00 2001 From: Keoni <120314292+keoni-gt@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:23:29 +0300 Subject: [PATCH] Update manifest.json --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index 4ee4ab8..daad4e6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,9 @@ "action": { "default_popup": "popup.html" }, + "host_permissions": [ + "https://example.org/*" + ], "permissions": [ "activeTab", "scripting",