1
2
3
4
|
"background"
: {
"scripts"
: [
"build/background.js"
],
"persistent"
:
false
},
|
1
2
3
4
|
"background"
: {
"scripts"
: [
"build/background.js"
],
"persistent"
:
true
},
|