v0.5.1
This commit is contained in:
parent
c0c41a0ee1
commit
1580a11a97
4 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "myip.wtf",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"webExt": {
|
||||
"sourceDir": "build/production"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# -*- mode: org -*-
|
||||
|
||||
** v0.5.1
|
||||
|
||||
**** Shorten description in manifest
|
||||
Shorten the addon description
|
||||
|
||||
** v0.5.0
|
||||
|
||||
**** Replace React with preact
|
||||
|
|
BIN
share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi
Normal file
BIN
share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi
Normal file
Binary file not shown.
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue