Skip to content

Commit

Permalink
Merge pull request #4 from sanderv32/fix_sso_url
Browse files Browse the repository at this point in the history
Fix SSO url's
  • Loading branch information
sanderv32 authored May 28, 2024
2 parents 2e90b17 + 359296d commit ed14ab4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"main-sso.js"
],
"matches": [
"*://*.awsapps.com/start#/",
"*://*.awsapps.com/start/#/*",
"*://*.awsapps.com/start#/*",
"*://*.awsapps.com/start/*"
]
}
Expand Down
6 changes: 4 additions & 2 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"main-sso.js"
],
"matches": [
"*://*.awsapps.com/start#/",
"*://*.awsapps.com/start/#/*",
"*://*.awsapps.com/start#/*",
"*://*.awsapps.com/start/*"
],
"all_frames": true
Expand All @@ -41,7 +42,8 @@
},
"host_permissions": [
"*://*.console.aws.amazon.com/*",
"*://*.awsapps.com/start#/",
"*://*.awsapps.com/start/#/*",
"*://*.awsapps.com/start#/*",
"*://*.awsapps.com/start/*"
],
"optional_permissions": [],
Expand Down

0 comments on commit ed14ab4

Please sign in to comment.