v0.3.1
This commit is contained in:
parent
c7a1586224
commit
ff64d66f27
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "Relays information about your public IP address from myip.wtf to your browser",
|
"description": "Relays information about your public IP address from myip.wtf to your browser.",
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "/html/browseraction.html"
|
"default_popup": "/html/browseraction.html"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue