Updated description

This commit is contained in:
z0ccc 2022-06-11 18:22:13 -04:00
parent 0d794b7456
commit 186d229916
4 changed files with 5 additions and 5 deletions

View file

@ -149,7 +149,7 @@ Clone this repo and run these commands to start the development server.
```
yarn
yarn start
yarn run start
```
Load the extension on Chrome:

View file

@ -1,7 +1,7 @@
{
"name": "vytal",
"version": "1.0.0",
"description": "Vytal",
"version": "1.0.3",
"description": "Spoof your location data and user agent.",
"license": "MIT",
"repository": {
"type": "git",

BIN
src/assets/img/icon-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Vytal",
"version": "1.0.2",
"description": "Protect your privacy by mocking your personal data.",
"version": "1.0.3",
"description": "Spoof your location data and user agent.",
"permissions": ["storage", "debugger", "activeTab", "alarms"],
"background": { "service_worker": "background.bundle.js" },
"action": {