mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-06 23:10:22 -05:00
chore: migrates plugin system test to a v3 extension (#31434)
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
"version": "0",
|
||||
"description": "tests adding user extension into Cypress",
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"webNavigation",
|
||||
"tabs"
|
||||
],
|
||||
"host_permissions": [
|
||||
"http://*/*",
|
||||
"https://*/*",
|
||||
"<all_urls>"
|
||||
],
|
||||
"content_scripts": [
|
||||
@@ -17,11 +20,11 @@
|
||||
"*://*/__/*"
|
||||
],
|
||||
"js": [
|
||||
"background.js"
|
||||
"content.js"
|
||||
],
|
||||
"run_at": "document_end",
|
||||
"all_frames": true
|
||||
}
|
||||
],
|
||||
"manifest_version": 2
|
||||
"manifest_version": 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user