chore: migrates plugin system test to a v3 extension (#31434)

This commit is contained in:
Cacie Prins
2025-04-02 13:50:24 -04:00
committed by GitHub
parent ef6b2e8d95
commit f4bf3841f7
2 changed files with 7 additions and 4 deletions
@@ -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
}