From ee61433b43d1c3caf22f2d50dae6bf678daf932e Mon Sep 17 00:00:00 2001 From: wont-stream <143244075+wont-stream@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:08:34 -0400 Subject: [PATCH] remove unused geolocation perm from ext --- ext/manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/manifest.json b/ext/manifest.json index 308531a..1dc9cc4 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -8,9 +8,6 @@ "id": "halfPage@new-tab.ipv4.army" } }, - "optional_permissions": [ - "geolocation" - ], "icons": { "64": "icons/icon.png" },