File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,28 @@ These are inspired by [gcp-console-colorize](https://github.com/yfuruyama/gcp-co
1717- Chrome: < https://chromewebstore.google.com/detail/aws-management-console-co/ihllnndjleheembkonidbocncnnedhcf >
1818- Firefox: < https://addons.mozilla.org/ja/firefox/addon/aws-console-colorize/ >
1919
20+ ## Permission justification
21+
22+ ### ` storage ` justification
23+
24+ Those extensions save the colors of the AWS pages per session ARN to storage.
25+
26+ ### ` tabs ` justification
27+
28+ The popup for those extensions sends messages to the content script running on the active tab to:
29+
30+ - To get the session ARN used by the AWS pages.
31+ - If you change the settings in the popup, the settings will be reflected in the AWS pages.
32+
33+ ### Host permission justification
34+
35+ <!-- textlint-disable ja-technical-writing/sentence-length -->
36+
37+ The content script for those extensions is intended to work with the AWS management console and session selection page.
38+ Therefore, the ` content_scripts.matches ` field is set to run only in the AWS management console and sign-in pages including session selection page.
39+
40+ <!-- textlint-enable ja-technical-writing/sentence-length -->
41+
2042## Development
2143
2244### Settings
You can’t perform that action at this time.
0 commit comments