{
"name": "Awesome Test Extension",
...
"background": {
"service_worker": "background.js" //This field uses the "service_worker" key, which specifies a single JavaScript file. In Manifest V2, this field was called "scripts" and allowed multiple scripts.
},
...
}