electron/spec-main/fixtures/extensions/persistent-background-page/manifest.json
Eryk Rakowski 04be1ac4a1
fix: assign session to remote webContents (#23989)
* fix: assign session to remote webContents

* fix: test name
2020-06-11 12:57:51 +09:00

9 lines
168 B
JSON

{
"name": "persistent-background-page",
"version": "1.0",
"background": {
"scripts": ["background.js"],
"persistent": true
},
"manifest_version": 2
}