This commit is contained in:
0x1eef 2023-10-24 23:39:46 -03:00
parent 46641a6386
commit 6ef043a796
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
## About
Photon is a Google Chrome extension that provides information about
Photon is a Chromium extension that provides information about
the public IP address you are using to connect to the internet. When
the extension's icon is clicked, the extension makes a request to the
[clean.wtfismyip.com](https://clean.wtfismyip.com)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "photon",
"version": "0.2.0",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "photon",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"