From 87179173fd6b5c14c5a993edf58bfb2b78a270fa Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Sat, 31 May 2025 07:50:52 -0400 Subject: [PATCH] Declare document_end state for run_at option in manifest.json per recommendation in NIP-07 --- Shared (Extension)/Resources/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shared (Extension)/Resources/manifest.json b/Shared (Extension)/Resources/manifest.json index 2ff3675..751b407 100644 --- a/Shared (Extension)/Resources/manifest.json +++ b/Shared (Extension)/Resources/manifest.json @@ -18,7 +18,8 @@ "content_scripts": [ { "js": ["content.build.js"], - "matches": [""] + "matches": [""], + "run_at": "document_end" } ], "action": {