From 340e2f2f0f5d5e06195330ce892eebc35b1e8f2b Mon Sep 17 00:00:00 2001 From: z0ccc Date: Wed, 28 Sep 2022 01:52:58 -0400 Subject: [PATCH] Updated extension name --- src/manifest.json | 6 +++--- src/pages/Popup/SettingsPage.tsx | 9 ++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index a6fda0a..8eeb120 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 3, - "name": "Vytal - Spoof location data and user agent", + "name": "Vytal - Spoof Timezone, Geolocation, Locale and User Agent", "version": "2.0.0", - "description": "Spoof location data and user agent.", - "permissions": ["storage", "debugger", "activeTab"], + "description": "Spoof Timezone, Geolocation, Locale and User Agent.", + "permissions": ["storage", "debugger", "activeTab", "privacy"], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", diff --git a/src/pages/Popup/SettingsPage.tsx b/src/pages/Popup/SettingsPage.tsx index 19fcaeb..86081d6 100644 --- a/src/pages/Popup/SettingsPage.tsx +++ b/src/pages/Popup/SettingsPage.tsx @@ -19,15 +19,10 @@ const SettingsPage = ({ tab }: LocationPageProps) => { > Settings - + -