Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 77cb753

Browse files
fix: fix yellow magnesium regression (#16)
1 parent 56b9551 commit 77cb753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"content_scripts": [{
2323
"matches": ["http://*/*", "https://*/*"],
24-
"js": ["content.ts"],
24+
"js": ["content.js"],
2525
"run_at": "document_idle"
2626
}],
2727
"web_accessible_resources": [{
28-
"resources": ["content.ts"],
28+
"resources": ["content.js"],
2929
"matches": ["http://*/*", "https://*/*"]
3030
}],
3131
"background": {

0 commit comments

Comments
 (0)