version update

This commit is contained in:
z0ccc 2022-12-20 22:50:08 -05:00
parent 6e29139a5b
commit 2692184184
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "vytal", "name": "vytal",
"version": "2.1.3", "version": "2.1.4",
"description": "Spoof your location data and user agent.", "description": "Spoof your location data and user agent.",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,8 +1,8 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Vytal - Spoof Timezone, Geolocation & Locale", "name": "Vytal - Spoof Timezone, Geolocation & Locale",
"version": "2.1.3", "version": "2.1.4",
"description": "Spoof Timezone, Geolocation, Locale and User Agent.", "description": "Spoof time zone, geolocation, locale and user agent. Match location data to your VPN ip address and access region-restricted content",
"permissions": ["storage", "debugger"], "permissions": ["storage", "debugger"],
"background": { "service_worker": "background.bundle.js" }, "background": { "service_worker": "background.bundle.js" },
"action": { "action": {