Skip to content

Commit

Permalink
Modify the AWS matching host
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Oct 20, 2023
1 parent a27a429 commit e9bc0f2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"https://*.console.amazonaws-us-gov.com/*",
"https://phd.amazonaws-us-gov.com/*",
"https://*.console.amazonaws.cn/*",
"https://phd.amazonaws.cn/*"
"https://health.amazonaws.cn/*"
],
"all_frames": true,
"js": [
Expand All @@ -46,9 +46,12 @@
"resources": ["js/attach_target.js"],
"matches": [
"https://*.console.aws.amazon.com/*",
"https://phd.aws.amazon.com/*",
"https://health.aws.amazon.com/*",
"https://lightsail.aws.amazon.com/*",
"https://*.console.amazonaws-us-gov.com/*",
"https://*.console.amazonaws.cn/*"
"https://phd.amazonaws-us-gov.com/*",
"https://*.console.amazonaws.cn/*",
"https://health.amazonaws.cn/*"
]
}],
"manifest_version": 3
Expand Down

0 comments on commit e9bc0f2

Please sign in to comment.