This commit is contained in:
0x1eef 2024-09-01 01:56:26 -03:00
parent c0c41a0ee1
commit 1580a11a97
4 changed files with 8 additions and 3 deletions

View file

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

View file

@ -1,5 +1,10 @@
# -*- mode: org -*-
** v0.5.1
**** Shorten description in manifest
Shorten the addon description
** v0.5.0
**** Replace React with preact

Binary file not shown.

View file

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