This commit is contained in:
0x1eef 2024-09-01 01:24:09 -03:00
parent 8a8cecd4bb
commit c0c41a0ee1
6 changed files with 9 additions and 8 deletions

5
.gitignore vendored
View file

@ -1,2 +1,3 @@
build/ /build/
node_modules/ /node_modules/
/web-ext-artifacts/

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "myip.wtf", "name": "myip.wtf",
"version": "0.4.2", "version": "0.5.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "myip.wtf", "name": "myip.wtf",
"version": "0.4.2", "version": "0.5.0",
"dependencies": { "dependencies": {
"preact": "^10.23.2" "preact": "^10.23.2"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "myip.wtf", "name": "myip.wtf",
"version": "0.4.2", "version": "0.5.0",
"webExt": { "webExt": {
"sourceDir": "build/production" "sourceDir": "build/production"
}, },

View file

@ -1,6 +1,6 @@
# -*- mode: org -*- # -*- mode: org -*-
** vNEXT ** v0.5.0
**** Replace React with preact **** Replace React with preact
This change replaces React with a lightweight alternative This change replaces React with a lightweight alternative

Binary file not shown.

View file

@ -1,8 +1,8 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "myip.wtf", "name": "myip.wtf",
"version": "0.4.2", "version": "0.5.0",
"description": "Relays information about your public IP address from myip.wtf to your browser.", "description": "Relays information about your public IP address from clean.myip.wtf to your browser",
"action": { "action": {
"default_popup": "/html/browseraction.html" "default_popup": "/html/browseraction.html"
}, },