diff --git a/README.md b/README.md index b463c28..50100cd 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/addon/manifest.json b/addon/manifest.json index b64cbb1..d9cdb17 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -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",