Updated version to 1.0.4

This commit is contained in:
z0ccc 2022-06-23 23:22:37 -04:00
parent c6fb87df39
commit 2eda72627c
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Vytal",
"version": "1.0.3",
"version": "1.0.4",
"description": "Spoof your location data and user agent.",
"permissions": ["storage", "debugger", "activeTab", "alarms"],
"background": { "service_worker": "background.bundle.js" },