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",