diff --git a/README.md b/README.md index d2de4de..013e1cc 100755 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index d9df001..0382c10 100755 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/assets/img/icon-128.png b/src/assets/img/icon-128.png new file mode 100644 index 0000000..6a32c86 Binary files /dev/null and b/src/assets/img/icon-128.png differ diff --git a/src/manifest.json b/src/manifest.json index 39a8440..32c7eda 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {