Skip to content

Commit

Permalink
Checkmarx rebranding
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed Nov 26, 2024
1 parent 07d7098 commit cc15f7f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This directory contains the information and screenshots used for the browser sto

## Title

ZAP Browser Extension
ZAP by Checkmarx Browser Extension

## Summary

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.
Expand Down
9 changes: 2 additions & 7 deletions source/Popup/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file added source/assets/icons/ZAP_by_Checkmarx_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions source/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"name": "ZAP Browser Extension",
"name": "ZAP by Checkmarx Browser Extension",
"version": "0.0.8",

"icons": {
Expand All @@ -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",
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion views/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>

<body>
<h1>ZAP Browser Extension</h1>
<h1>ZAP by Checkmarx Browser Extension</h1>
This extension gives ZAP access to the browser.
<form>
These options should be set correctly if the browser is launched from ZAP but may need to be set manually if you
Expand Down
3 changes: 1 addition & 2 deletions views/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<div class="container">
<div class="components">
<h1 class="title">
<img class="zapicon" src="./assets/icons/zap128x128.png">
<span class="zaptitle">ZAP</span>
<img class="zapicon" src="./assets/icons/ZAP_by_Checkmarx_logo.png">
</h1>

<div class="record">
Expand Down

0 comments on commit cc15f7f

Please sign in to comment.