Declare document_end state for run_at option in manifest.json per recommendation in NIP-07
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"js": ["content.build.js"],
|
||||
"matches": ["<all_urls>"]
|
||||
"matches": ["<all_urls>"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"action": {
|
||||
|
||||
Reference in New Issue
Block a user