Update manifest.json
Added a missing comma
This commit is contained in:
committed by
GitHub
parent
a4eed5da59
commit
2c1c62924b
@@ -20,7 +20,7 @@
|
|||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"public/js/browser-polyfill.min.js"
|
"public/js/browser-polyfill.min.js",
|
||||||
"public/js/events.js"
|
"public/js/events.js"
|
||||||
],
|
],
|
||||||
"persistent": false
|
"persistent": false
|
||||||
|
|||||||
Reference in New Issue
Block a user