diff --git a/README.md b/README.md index 478edcb..daeeb36 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Chromium extensions aims to support the analysis of single sign-on implemen ![Demo Screenshot](demo_screenshot2.png) ## Features -* View request parameters at a glance. +* View request parameters at a glance, either via the *popup* or the *developer tools panel*. * Hover over standardized parameters for background information about parameters. * Manually modify request parameters. * Detailed Analysis of request parameters: @@ -23,11 +23,13 @@ This Chromium extensions aims to support the analysis of single sign-on implemen It is highly recommended to use the latest stable release from [Chrome WebStore](https://chrome.google.com/webstore/detail/clonpaankbndgnciijbiokgjeofjdpeg). -Alternatively, you may either use the latest build published in this repository or directly use the *unpacked sources*. To use the *unpacked sources*, follow these steps: +Alternatively, you may either use the latest build published in this repository or directly use the *unpacked sources*. To use the *unpacked sources*, follow these steps (macOS, Linux): 1. Clone this repository. -2. Visit chrome://extensions/. -3. Enable *Developer mode* (attention, do not enable this option in your "productive" browser!). -4. Specify the cloned folder. +2. Execute `build.sh` script. +3. Unpack created ZIP archive (`auth-request-analyser_submission_chrome_yy-mm-dd-HH-MM-SS.zip`). +4. Visit chrome://extensions/. +5. Enable *Developer mode* (attention, do not enable this option in your "productive" browser!). +6. Specify the cloned folder. ## Privacy diff --git a/popup.html b/application.html similarity index 99% rename from popup.html rename to application.html index e647922..8542841 100644 --- a/popup.html +++ b/application.html @@ -152,6 +152,6 @@