fix content script to check for messages from the background script properly

This commit is contained in:
Jack Case
2025-11-08 19:09:15 +00:00
parent 71545bb08e
commit 760e7c234a
2 changed files with 3 additions and 4 deletions

View File

@@ -27,8 +27,7 @@
"content_scripts": [
{
"matches": ["*://*.duckduckgo.com/*q=*"],
"js": ["scripts/content-script.js"],
"type":"module"
"js": ["scripts/content-script.js"]
}
]
}