Skip to content

Commit

Permalink
Fixes #3: Relax Manifest host permissions to allow per region URL host (
Browse files Browse the repository at this point in the history
  • Loading branch information
dedoussis committed Sep 19, 2022
1 parent 3038a66 commit 4d5e14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iCloud Hide My Email",
"description": "Unofficial chromium extension to support iCloud's Hide My Email feature.",
"version": "0.0.1",
"version": "0.0.3",
"manifest_version": 3,
"background": { "service_worker": "background.bundle.js" },
"action": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"host_permissions": [
"https://idmsa.apple.com/appleauth/auth/*",
"https://setup.icloud.com/setup/ws/1/*",
"https://p26-maildomainws.icloud.com/*"
"https://*.icloud.com/v1/hme/*"
],
"icons": {
"16": "icon-16.png",
Expand Down

0 comments on commit 4d5e14e

Please sign in to comment.