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
-
+
-