Skip to content

Commit

Permalink
fix: add document end timing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhbyak committed Apr 22, 2024
1 parent 8132dce commit 7b2b545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const manifest: ManifestV3Export = {
{
matches: ['https://twitter.com/*'],
js: ['src/content/index.tsx'],
run_at: 'document_end',
},
],
host_permissions: ['https://twitter.com/*', 'https://x.com/*'],
Expand Down

0 comments on commit 7b2b545

Please sign in to comment.