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
yarn start yarn run start
``` ```
Load the extension on Chrome: Load the extension on Chrome:

View file

@ -1,7 +1,7 @@
{ {
"name": "vytal", "name": "vytal",
"version": "1.0.0", "version": "1.0.3",
"description": "Vytal", "description": "Spoof your location data and user agent.",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "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, "manifest_version": 3,
"name": "Vytal", "name": "Vytal",
"version": "1.0.2", "version": "1.0.3",
"description": "Protect your privacy by mocking your personal data.", "description": "Spoof your location data and user agent.",
"permissions": ["storage", "debugger", "activeTab", "alarms"], "permissions": ["storage", "debugger", "activeTab", "alarms"],
"background": { "service_worker": "background.bundle.js" }, "background": { "service_worker": "background.bundle.js" },
"action": { "action": {