Declare document_end state for run_at option in manifest.json per recommendation in NIP-07

This commit is contained in:
2025-05-31 07:50:52 -04:00
parent 34102c42ab
commit 87179173fd

View File

@@ -18,7 +18,8 @@
"content_scripts": [
{
"js": ["content.build.js"],
"matches": ["<all_urls>"]
"matches": ["<all_urls>"],
"run_at": "document_end"
}
],
"action": {