puppeteer/test/assets/simple-extension/manifest.json

13 lines
186 B
JSON

{
"name": "Simple extension",
"version": "0.1",
"app": {
"background": {
"scripts": ["index.js"]
}
},
"permissions": ["background"],
"manifest_version": 2
}