Skip to content

Commit

Permalink
Inject content script at document_start for earlier execution
Browse files Browse the repository at this point in the history
  • Loading branch information
denisjazbec committed Mar 11, 2024
1 parent 2a523de commit 7db34de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ Summary
- feat: Emit Encryptor heartbeat
- feat: Emit Encryptor state change
- feat: Add Encryptor version to custom DOM element

## 0.0.5 [2024.03.11]

- feat: Inject content script at document_start for earlier execution
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encryptor-extension",
"version": "0.0.4",
"version": "0.0.5",
"author": "Block Labs S.a r.l",
"description": "",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineManifest({
{
matches: ['<all_urls>'],
js: ['src/content/index.ts'],
run_at: 'document_start',
},
],
web_accessible_resources: [
Expand Down

0 comments on commit 7db34de

Please sign in to comment.