Skip to content

Commit

Permalink
🚑 fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
yakisova41 committed Apr 2, 2024
1 parent 10edb6a commit d60644d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
{
"matches": ["https://www.youtube.com/*"],
"js": ["src/index.ts"],
"world": "MAIN"
"world": "MAIN",
"run_at": "document_end"
}
],
"run_at": "document_end",

"action": {
"default_popup": "popup/index.html"
},
Expand Down

0 comments on commit d60644d

Please sign in to comment.