Switch to service worker (#924)

This commit is contained in:
amysteamdev
2023-05-22 09:41:06 -05:00
committed by GitHub
parent 175868f4ac
commit ee2c6fcad0
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,6 @@
"description": "Turns the page red when you click the icon",
"permissions": ["activeTab", "scripting"],
"background": {
"service_worker": "background.js"
"service_worker": "service-worker.js"
}
}