diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e268ad..43c9450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Changed +- Branding to ZAP by Checkmarx. ## 0.0.8 - 2023-12-01 diff --git a/docs/README.md b/docs/README.md index 02a997c..cf510f8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ This directory contains the information and screenshots used for the browser sto ## Title -ZAP Browser Extension +ZAP by Checkmarx Browser Extension ## Summary @@ -15,7 +15,7 @@ A browser extension which allows ZAP to access the client side of a web app. ## Description -ZAP is a free OSS security tool which can be used to test the security of your web apps. +ZAP by Checkmarx is a free OSS security tool which can be used to test the security of your web apps. This browser extension will allow ZAP to gather more information about your app from the browser. Most users should not install this extension. It will be bundled in a ZAP add-on - this add-on will add the extension to Firefox/Chrome when it is launched from ZAP. diff --git a/source/Popup/styles.scss b/source/Popup/styles.scss index bc0e677..91f3197 100644 --- a/source/Popup/styles.scss +++ b/source/Popup/styles.scss @@ -86,16 +86,11 @@ html { } .zapicon { - width: 4rem; - height: 4rem; + width: 15rem; + height: 5rem; margin-right: 1rem; } -.zaptitle { - font-size: 2.4rem; - font-weight: bold; -} - /* PLAY BUTTON */ .record { grid-column: 1 / 6; diff --git a/source/assets/icons/ZAP_by_Checkmarx_logo.png b/source/assets/icons/ZAP_by_Checkmarx_logo.png new file mode 100644 index 0000000..08eeb37 Binary files /dev/null and b/source/assets/icons/ZAP_by_Checkmarx_logo.png differ diff --git a/source/manifest.json b/source/manifest.json index 11002c8..f050075 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "name": "ZAP Browser Extension", + "name": "ZAP by Checkmarx Browser Extension", "version": "0.0.8", "icons": { @@ -12,7 +12,7 @@ }, "description": "A browser extension which allows ZAP to access the client side of a web app.", "homepage_url": "https://github.com/zaproxy/browser-extension/", - "short_name": "ZAP", + "short_name": "ZAP by Checkmarx", "permissions": [ "tabs", @@ -51,7 +51,7 @@ "128": "assets/icons/zap128x128.png", "512": "assets/icons/zap512x512.png" }, - "default_title": "ZAP", + "default_title": "ZAP by Checkmarx", "default_popup": "popup.html", "__chrome|opera__chrome_style": false, "__firefox__browser_style": false diff --git a/views/options.html b/views/options.html index 5e2b5b1..8a08881 100644 --- a/views/options.html +++ b/views/options.html @@ -6,7 +6,7 @@ -

ZAP Browser Extension

+

ZAP by Checkmarx Browser Extension

This extension gives ZAP access to the browser.
These options should be set correctly if the browser is launched from ZAP but may need to be set manually if you diff --git a/views/popup.html b/views/popup.html index 4596b72..7ff78f8 100644 --- a/views/popup.html +++ b/views/popup.html @@ -11,8 +11,7 @@

- - ZAP +