mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
committed by
Andrey Lushnikov
parent
3b03ff65c7
commit
23d25a6e12
1
test/assets/simple-extension/index.js
Normal file
1
test/assets/simple-extension/index.js
Normal file
@@ -0,0 +1 @@
|
||||
// Mock script for background extension
|
||||
12
test/assets/simple-extension/manifest.json
Normal file
12
test/assets/simple-extension/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Simple extension",
|
||||
"version": "0.1",
|
||||
"app": {
|
||||
"background": {
|
||||
"scripts": ["index.js"]
|
||||
}
|
||||
},
|
||||
"permissions": ["background"],
|
||||
|
||||
"manifest_version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user