Merge pull request 'Rename project as wimi (= What Is My Ip Address)' (#3) from feat/rebrand into main

Reviewed-on: http://git.bastion.home.network/0x1eef/wimi/pulls/3
This commit is contained in:
0x1eef 2024-09-01 10:00:17 -03:00
commit 151d0589e6
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": {