Rename project as wimi (= What Is My Ip Address)

This commit is contained in:
0x1eef 2024-09-01 09:56:39 -03:00
parent 6613340367
commit e2d1341867
9 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
## About ## About
myip.wtf relays information about your public IP address wimi relays information about your public IP address
from from
[clean.myip.wtf/json](https://clean.myip.wtf/json) [clean.myip.wtf/json](https://clean.myip.wtf/json)
to your browser. The primary development and runtime to your browser. The primary development and runtime
@ -16,7 +16,7 @@ There are XPI files provided for FireFox users as well.
## Example ## Example
<p align="center"> <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> </p>
## Install ## Install
@ -25,8 +25,8 @@ There are XPI files provided for FireFox users as well.
* Produce the `build/` directory * Produce the `build/` directory
$ git clone https://github.com/0x1eef/myip.wtf $ git clone https://github.com/0x1eef/wimi
$ cd myip.wtf $ cd wimi
$ npm i $ npm i
$ npm run build:production $ npm run build:production
@ -39,14 +39,14 @@ There are XPI files provided for FireFox users as well.
**Firefox** **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 signed XPI files for Firefox users. After downloading an XPI file
the extension can be added to the browser from `about:addons`. the extension can be added to the browser from `about:addons`.
## Sources ## Sources
* [GitHub](https://github.com/0x1eef/myip.wtf#readme) * [GitHub](https://github.com/0x1eef/wimi#readme)
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about) * [GitLab](https://gitlab.com/0x1eef/wimi#about)
## License ## License

View file

@ -1,5 +1,5 @@
{ {
"name": "myip.wtf", "name": "wimi",
"version": "0.5.1", "version": "0.5.1",
"webExt": { "webExt": {
"sourceDir": "build/production" "sourceDir": "build/production"

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,6 +1,6 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "myip.wtf", "name": "wimi",
"version": "0.5.1", "version": "0.5.1",
"description": "Your public IP address from clean.myip.wtf to your browser", "description": "Your public IP address from clean.myip.wtf to your browser",
"action": { "action": {