Skip to content

Commit aae2744

Browse files
committed
chore: migrates plugin system test to a v3 extension
1 parent ef6b2e8 commit aae2744

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

system-tests/projects/plugin-extension/ext/manifest.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"version": "0",
44
"description": "tests adding user extension into Cypress",
55
"permissions": [
6-
"tabs",
7-
"webNavigation",
6+
"tabs"
7+
],
8+
"host_permissions": [
9+
"http://*/*",
10+
"https://*/*",
811
"<all_urls>"
912
],
1013
"content_scripts": [
@@ -17,11 +20,11 @@
1720
"*://*/__/*"
1821
],
1922
"js": [
20-
"background.js"
23+
"content.js"
2124
],
2225
"run_at": "document_end",
2326
"all_frames": true
2427
}
2528
],
26-
"manifest_version": 2
29+
"manifest_version": 3
2730
}

0 commit comments

Comments
 (0)