04be1ac4a1
* fix: assign session to remote webContents * fix: test name
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"name": "persistent-background-page",
|
|
"version": "1.0",
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": true
|
|
},
|
|
"manifest_version": 2
|
|
}
|