Skip to content

Commit 10a741a

Browse files
author
Chris Blum
committed
Firefox uses script instead of service_worker
1 parent 3e8e120 commit 10a741a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
}
2828
],
2929
"background": {
30-
"service_worker": "background.js"
30+
"service_worker": "background.js",
31+
"scripts": ["background.js"]
3132
},
3233
"permissions": ["activeTab", "storage", "clipboardWrite", "idle", "alarms"],
3334
"web_accessible_resources": [

0 commit comments

Comments
 (0)