working on imports, maybe not worth it for the content script, it can't be an es module
This commit is contained in:
@@ -20,13 +20,15 @@
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["scripts/report-slop.js"]
|
||||
"scripts": ["scripts/report-slop.js"],
|
||||
"type": "module"
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.duckduckgo.com/*q=*"],
|
||||
"js": ["scripts/hide-slop.js"]
|
||||
"js": ["scripts/hide-slop.js"],
|
||||
"type":"module"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user