From e2d13418673abafcda53590a00b17f62c7a834ab Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 1 Sep 2024 09:56:39 -0300 Subject: [PATCH] Rename project as wimi (= What Is My Ip Address) --- README.md | 14 +++++++------- package.json | 2 +- share/{myip.wtf => wimi}/CHANGELOG | 0 share/{myip.wtf => wimi}/VERSION | 0 share/{myip.wtf/myip.wtf.png => wimi/wimi.png} | Bin share/{myip.wtf => wimi}/xpi/myip.wtf-v0.4.2.xpi | Bin share/{myip.wtf => wimi}/xpi/myip.wtf-v0.5.0.xpi | Bin share/{myip.wtf => wimi}/xpi/myip.wtf-v0.5.1.xpi | Bin src/manifest.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) rename share/{myip.wtf => wimi}/CHANGELOG (100%) rename share/{myip.wtf => wimi}/VERSION (100%) rename share/{myip.wtf/myip.wtf.png => wimi/wimi.png} (100%) rename share/{myip.wtf => wimi}/xpi/myip.wtf-v0.4.2.xpi (100%) rename share/{myip.wtf => wimi}/xpi/myip.wtf-v0.5.0.xpi (100%) rename share/{myip.wtf => wimi}/xpi/myip.wtf-v0.5.1.xpi (100%) diff --git a/README.md b/README.md index 10c4230..fb9af18 100644 --- a/README.md +++ b/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

- +

## 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 diff --git a/package.json b/package.json index dcd16f5..ffdd8a4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "myip.wtf", + "name": "wimi", "version": "0.5.1", "webExt": { "sourceDir": "build/production" diff --git a/share/myip.wtf/CHANGELOG b/share/wimi/CHANGELOG similarity index 100% rename from share/myip.wtf/CHANGELOG rename to share/wimi/CHANGELOG diff --git a/share/myip.wtf/VERSION b/share/wimi/VERSION similarity index 100% rename from share/myip.wtf/VERSION rename to share/wimi/VERSION diff --git a/share/myip.wtf/myip.wtf.png b/share/wimi/wimi.png similarity index 100% rename from share/myip.wtf/myip.wtf.png rename to share/wimi/wimi.png diff --git a/share/myip.wtf/xpi/myip.wtf-v0.4.2.xpi b/share/wimi/xpi/myip.wtf-v0.4.2.xpi similarity index 100% rename from share/myip.wtf/xpi/myip.wtf-v0.4.2.xpi rename to share/wimi/xpi/myip.wtf-v0.4.2.xpi diff --git a/share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi b/share/wimi/xpi/myip.wtf-v0.5.0.xpi similarity index 100% rename from share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi rename to share/wimi/xpi/myip.wtf-v0.5.0.xpi diff --git a/share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi b/share/wimi/xpi/myip.wtf-v0.5.1.xpi similarity index 100% rename from share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi rename to share/wimi/xpi/myip.wtf-v0.5.1.xpi diff --git a/src/manifest.json b/src/manifest.json index 3a5f53d..1605ec2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {