mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
10 lines
185 B
JSON
10 lines
185 B
JSON
|
{
|
||
|
"name": "Simple extension",
|
||
|
"version": "0.1",
|
||
|
"background": {
|
||
|
"service_worker": "background.js"
|
||
|
},
|
||
|
"permissions": ["background", "activeTab"],
|
||
|
"manifest_version": 3
|
||
|
}
|