On manifest use:
"background": {
"page": "background.html"
}
instead of script
on background.html
add
<script type="module" src='./background.js'></script>
On manifest use:
"background": {
"page": "background.html"
}
instead of script
on background.html
add
<script type="module" src='./background.js'></script>