Skip to content

Commit

Permalink
Published v0.11 on AMO
Browse files Browse the repository at this point in the history
  • Loading branch information
DB committed Mar 28, 2018
1 parent 8eccf33 commit ab2ce03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Firefox webextension to run external programs on a link or selected text.

## Getting started

- Download and install the extension from https://addons.mozilla.com (not yet) or from [the releases page](https://github.com/waldner/Firefox-RunWith/releases).
- Download and install the extension from [https://addons.mozilla.org/en-US/firefox/addon/run-with/](https://addons.mozilla.org/en-US/firefox/addon/run-with/) or from [the releases page](https://github.com/waldner/Firefox-RunWith/releases).

- Copy or symlink [**`runwith.json`**](https://github.com/waldner/Firefox-RunWith/blob/master/runwith.json)(the **NM manifest**) to the correct Native Messaging location for your OS; under Linux, you can use `~/.mozilla/native-messaging-hosts/runwith.json`

Expand Down
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "RunWith",
"description": "Run external commands on contextual elements",
"version": "0.1",
"version": "0.11",
"applications": {
"gecko": {
"id": "run@runwith.run",
Expand Down

0 comments on commit ab2ce03

Please sign in to comment.