mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
Switch to service worker (#924)
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
"description": "Turns the page red when you click the icon",
|
"description": "Turns the page red when you click the icon",
|
||||||
"permissions": ["activeTab", "scripting"],
|
"permissions": ["activeTab", "scripting"],
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "background.js"
|
"service_worker": "service-worker.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user