Skip to content

Commit 07349a4

Browse files
author
Matt Smith
authored
Merge branch 'master' into INF-7625
2 parents 217ecac + 78dfe61 commit 07349a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ With security in mind Google has limited the Chrome browser to only read and wri
6161
AWS calls this 'session duration'. The default session duration is 1 hour. The maximum session duration is configured in AWS IAM as an attribute of the IAM Role. Your IDP might be configured to pass along an additional SAML claim which requests to apply a custom session duration. This value can be configured to be higher than the default of 1 hour. However, this can never be higher than the configured maximum session duration on the IAM Role as this will result in an error.
6262

6363
4. Create a symlink to your .aws directory
64-
TODO
64+
TODO

manifest.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"background": {
1717
"service_worker": "background/script.js"
1818
},
19-
"options_page": "options/options.html",
19+
"options_ui": {
20+
"page": "options/options.html"
21+
},
2022
"permissions": [
2123
"webRequest",
2224
"storage",

0 commit comments

Comments
 (0)