Skip to content

Commit

Permalink
Merge pull request #9 from Happy-Ferret/master
Browse files Browse the repository at this point in the history
Firefox fixes
  • Loading branch information
tsiq-swyx committed Apr 4, 2018
2 parents 7dd4634 + 4b23678 commit 3582541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ This is completely open source: https://github.com/sw-yx/async-render-toolbox I

### Install the Chrome extension [here](https://chrome.google.com/webstore/detail/fbchcodfbfjeededacomngobhnndcgol)

### Install the Firefox extension [here](https://addons.mozilla.org/en-US/developers/addon/async-render-toolbox/)
### Install the Firefox extension [here](https://addons.mozilla.org/en-US/firefox/addon/async-render-toolbox/)

Then:

Expand Down
4 changes: 3 additions & 1 deletion manifest.json
Expand Up @@ -12,7 +12,9 @@
"scripts": ["background.js"],
"persistent": false
},
"options_page": "options.html",
"options_ui": {
"page": "options.html"
},
"homepage_url": "https://github.com/sw-yx/async-render-toolbox",
"incognito": "spanning",
"manifest_version": 2
Expand Down

0 comments on commit 3582541

Please sign in to comment.