Update docs, manifest
This commit is contained in:
parent
311f473cef
commit
e3418faa8f
3 changed files with 18 additions and 2 deletions
|
@ -13,6 +13,8 @@ to your browser.
|
|||
|
||||
## Install
|
||||
|
||||
**Chrome**
|
||||
|
||||
* Produce the `build/` directory
|
||||
|
||||
$ git clone https://github.com/0x1eef/myip.wtf
|
||||
|
@ -27,6 +29,12 @@ to your browser.
|
|||
* Choose the `build/production/` directory from the file dialog.
|
||||
* Done.
|
||||
|
||||
**Firefox**
|
||||
|
||||
The [share/myip.wtf/xpi](share/myip.wtf/xpi) directory contains
|
||||
signed XPI files for Firefox users. After downloading an XPI file
|
||||
the extension can be added to the browser from `about:addons`.
|
||||
|
||||
## Sources
|
||||
|
||||
* [GitHub](https://github.com/0x1eef/myip.wtf#readme)
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"name": "myip.wtf",
|
||||
"version": "0.4.2",
|
||||
"webExt": {
|
||||
"sourceDir": "build/production"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
|
|
|
@ -14,5 +14,10 @@
|
|||
"256": "images/icons/wtf256x256.png"
|
||||
},
|
||||
"permissions": [],
|
||||
"default_locale": "en"
|
||||
"default_locale": "en",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "{b9004e11-0d38-417e-8968-9adc2229a6c3}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue