Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Sep 25, 2023
1 parent 627add2 commit 8d54bd5
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 8.0+
Browser extension source code for *Firefox*, *Chrome*, and other Chromium-based browsers like *Chromium*, *Brave* and *Edge*

FoxyProxy is being updated for manifest V3. The current source is **beta** for **beta-testing only**.
FoxyProxy is being updated for manifest V3.
- Chrome minimum version 108
- Firefox minimum version 93

Expand All @@ -13,11 +13,23 @@ Please post all feature requests to the [issues](https://github.com/foxyproxy/br
- [Help](https://foxyproxy.github.io/browser-extension/src/content/help.html)


### Previous Versions
## Current Versions

### Firefox
- Extension: [FoxyProxy Standard](https://addons.mozilla.org/firefox/addon/foxyproxy-standard/)
- Extension:
- Extension: [FoxyProxy Basic](https://addons.mozilla.org/firefox/addon/foxyproxy-basic/)


#### Chrome
- Extension:
- Extension:


## Previous Versions

### Firefox
- Extension: [FoxyProxy Standard](https://addons.mozilla.org/firefox/addon/foxyproxy-standard/)
- Extension: [FoxyProxy Basic](https://addons.mozilla.org/firefox/addon/foxyproxy-basic/versions/)
- Source Code: [Firefox Extension 7.5.1](https://github.com/foxyproxy/firefox-extension/tags/7.5.1)

#### Chrome
Expand All @@ -26,7 +38,7 @@ Please post all feature requests to the [issues](https://github.com/foxyproxy/br
- Source Code: [Chrome Extension 3.0](https://github.com/foxyproxy/Foxyproxy_Chrome)


### Installation Guide (for testing)
## Installation Guide (for testing)
- Backup your FoxyProxy settings
- Download repo (or use `git`)
- [browser-extension](https://github.com/foxyproxy/browser-extension) -> Code (green button) -> Download ZIP
Expand All @@ -43,6 +55,6 @@ Please post all feature requests to the [issues](https://github.com/foxyproxy/br
- Click "Load Unpacked"
- Select above `manifest.json` (or `src` folder)

### Building for Distribution
## Building for Distribution
- copy the appropriate manifest-xxx.json file to manifest.json; e.g. `mv manifest-chrome.json manifest.json`
- zip using [grunt](https://stackoverflow.com/questions/15703598/how-to-install-grunt-and-how-to-build-script-with-it), which requires npm and node. Run `grunt` in top-level directory. The add-on is packaged into `target.zip`. Alternatively, zip the `src` directory into the top of an archive and exclude a bunch of stuff manually.

0 comments on commit 8d54bd5

Please sign in to comment.