Skip to content

Commit

Permalink
Merge pull request #71 from psiinon/release/0.0.5
Browse files Browse the repository at this point in the history
Release 0.0.5
  • Loading branch information
thc202 authored Sep 8, 2023
2 parents fc17a63 + ecce22b commit 9189cf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Initially generated from https://github.com/abhijithvijayan/web-extension-starte

Only Firefox and Chrome have been tested - Opera may or may not work :wink:

The latest published extensions are also available via the relevant stores:

* Firefox [ZAP Browser Extension](https://addons.mozilla.org/en-GB/firefox/addon/zap-browser-extension/)
* Chrome [ZAP Browser Extension](https://chrome.google.com/webstore/detail/zap-browser-extension/oeadiegekjdlhpooeidmimgnmbfllehp)

## Quick Start

Ensure you have
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zap-extension",
"version": "0.0.4",
"version": "0.0.5",
"description": "ZAP Browser Extension - allows ZAP to interact directly with the browser.",
"private": true,
"repository": "https://github.com/zaproxy/browser-extension/",
Expand Down
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ZAP Browser Extension",
"version": "0.0.4",
"version": "0.0.5",

"icons": {
"16": "assets/icons/zap16x16.png",
Expand Down

0 comments on commit 9189cf4

Please sign in to comment.