Rename project as wimi (= What Is My Ip Address)
This commit is contained in:
parent
6613340367
commit
e2d1341867
9 changed files with 9 additions and 9 deletions
14
README.md
14
README.md
|
@ -1,6 +1,6 @@
|
|||
## About
|
||||
|
||||
myip.wtf relays information about your public IP address
|
||||
wimi relays information about your public IP address
|
||||
from
|
||||
[clean.myip.wtf/json](https://clean.myip.wtf/json)
|
||||
to your browser. The primary development and runtime
|
||||
|
@ -16,7 +16,7 @@ There are XPI files provided for FireFox users as well.
|
|||
## Example
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/0x1eef/myip.wtf/main/share/myip.wtf/myip.wtf.png">
|
||||
<img src="https://raw.githubusercontent.com/0x1eef/wimi/main/share/wimi/wimi.png">
|
||||
</p>
|
||||
|
||||
## Install
|
||||
|
@ -25,8 +25,8 @@ There are XPI files provided for FireFox users as well.
|
|||
|
||||
* Produce the `build/` directory
|
||||
|
||||
$ git clone https://github.com/0x1eef/myip.wtf
|
||||
$ cd myip.wtf
|
||||
$ git clone https://github.com/0x1eef/wimi
|
||||
$ cd wimi
|
||||
$ npm i
|
||||
$ npm run build:production
|
||||
|
||||
|
@ -39,14 +39,14 @@ There are XPI files provided for FireFox users as well.
|
|||
|
||||
**Firefox**
|
||||
|
||||
The [share/myip.wtf/xpi](share/myip.wtf/xpi) directory contains
|
||||
The [share/wimi/xpi/](share/wimi/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)
|
||||
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about)
|
||||
* [GitHub](https://github.com/0x1eef/wimi#readme)
|
||||
* [GitLab](https://gitlab.com/0x1eef/wimi#about)
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "myip.wtf",
|
||||
"name": "wimi",
|
||||
"version": "0.5.1",
|
||||
"webExt": {
|
||||
"sourceDir": "build/production"
|
||||
|
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "myip.wtf",
|
||||
"name": "wimi",
|
||||
"version": "0.5.1",
|
||||
"description": "Your public IP address from clean.myip.wtf to your browser",
|
||||
"action": {
|
||||
|
|
Loading…
Reference in a new issue