fix content script to check for messages from the background script properly
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.duckduckgo.com/*q=*"],
|
||||
"js": ["scripts/content-script.js"],
|
||||
"type":"module"
|
||||
"js": ["scripts/content-script.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user