9 lines
173 B
JSON
Raw Normal View History

2019-11-20 22:47:40 +08:00
{
"name": "Hello World Extension",
"version": "0.0.1",
"manifest_version": 2,
"background": {
"scripts": ["background.js"],
"persistent": false
}
}