added background.js

This commit is contained in:
Official Noob
2019-01-15 18:23:50 +00:00
committed by GitHub
parent c8f826ebde
commit 27226b1168

View File

@@ -12,5 +12,11 @@
]
}
],
"permissions": [
"tabs"
],
"background": {
"scripts":["background.js"]
},
"manifest_version": 2
}