Skip to content

Commit ee2c6fc

Browse files
authored
Switch to service worker (GoogleChrome#924)
1 parent 175868f commit ee2c6fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

functional-samples/sample.page-redder/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"description": "Turns the page red when you click the icon",
77
"permissions": ["activeTab", "scripting"],
88
"background": {
9-
"service_worker": "background.js"
9+
"service_worker": "service-worker.js"
1010
}
1111
}

0 commit comments

Comments
 (0)