feat: 新增包文件
This commit is contained in:
16
packages/electron-chrome-extensions/spec/fixtures/chrome-webNavigation/manifest.json
vendored
Normal file
16
packages/electron-chrome-extensions/spec/fixtures/chrome-webNavigation/manifest.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "chrome-webNavigation",
|
||||
"version": "1.0",
|
||||
"manifest_version": 2,
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["content-script.js"],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user