Skip to content

Commit

Permalink
Merge pull request #5 from WBerredo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
WBerredo committed Jan 19, 2016
2 parents 75421e5 + 960575d commit d54e858
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
19 changes: 19 additions & 0 deletions Install_to_firefox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Install to firefox
- Go to `about:config` and turn `xpinstall.signatures.required` to *false*
- Clone repository and go to created directory
```bash
$ git clone https://github.com/WBerredo/wsse-generator-chrome.git
$ cd wsse-generator-chrome/
```
- Run in terminal:
```bash
$ zip -r wsse_generator.zip -1 icon/* *
$ mv wsse_generator.zip wsse_generator.xpi
```
- Go to `about:addons` in browser
- Drag&drop wsse_generator.xpi to opened `about:addons` browser tab
- Accept install extension

Profit!

[Go back](./README.md)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WSSE Generator
A chrome extension that generates x-wsse headers

## Instalation
## Installation
Go to [extension page](https://chrome.google.com/webstore/detail/wsse-generator/piadnaffpgcjalpkfmkpgeamkajfeedc)
on Chrome Web Store to download and install the extension.

Expand All @@ -13,6 +13,9 @@ If you want to download the zipped package from github, just follow these steps.
- Click `Load unpacked extension...` and select the source code folder.
- Generate your headers.

## Firefox version
[Installation](./Install_to_firefox.md)

## Usage
To use that generator you just need to:
- Fill the fields you want to.
Expand Down
8 changes: 6 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"applications": {
"gecko": {
"id": "wberredo@gmail.com"
}
},
"manifest_version": 2,
"name": "WSSE Generator",
"version": "1.0.0",
"version": "1.0.3",
"description": "A WSSE Header Generator",
"icons": {
"16": "icon/16.png",
Expand All @@ -10,7 +15,6 @@
"128": "icon/128.png"
},
"browser_action": {

"default_title": "WSSE Generator",
"default_popup": "popup.html"
}
Expand Down

0 comments on commit d54e858

Please sign in to comment.