Skip to content

Commit

Permalink
Merge pull request #100 from yakisova41/hot-fix-manifest
Browse files Browse the repository at this point in the history
🚑 fix manifest
  • Loading branch information
yakisova41 authored Apr 2, 2024
2 parents 10edb6a + d60644d commit 37d4b74
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 37d4b74

Please sign in to comment.