mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
13 lines
186 B
JSON
13 lines
186 B
JSON
{
|
|
"name": "Simple extension",
|
|
"version": "0.1",
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["index.js"]
|
|
}
|
|
},
|
|
"permissions": ["background"],
|
|
|
|
"manifest_version": 2
|
|
}
|