Closed idematos closed 5 days ago
Firefox: Firefox requires that the background prop in the manifest file specifies either a page, scripts, or service_worker.
background
page
scripts
service_worker
Chrome: background.scripts requires manifest version of 2 or lower.
background.scripts
Firefox: Firefox requires that the
background
prop in the manifest file specifies either apage
,scripts
, orservice_worker
.Chrome:
background.scripts
requires manifest version of 2 or lower.