Updated description
This commit is contained in:
parent
0d794b7456
commit
186d229916
4 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
BIN
src/assets/img/icon-128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue