2019-11-20 22:47:40 +08:00

9 lines
173 B
JSON

{
"name": "Hello World Extension",
"version": "0.0.1",
"manifest_version": 2,
"background": {
"scripts": ["background.js"],
"persistent": false
}
}