From e75af882bf710b9c7b623bb3039bd729bc20bec0 Mon Sep 17 00:00:00 2001 From: Ben McGarry <9434920+BenMcGarry@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:31:24 +0000 Subject: [PATCH] Move Geolocation to optional --- chrome/beta/manifest.json | 6 +++--- chrome/manifest.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chrome/beta/manifest.json b/chrome/beta/manifest.json index 32fa086270..98401c7570 100644 --- a/chrome/beta/manifest.json +++ b/chrome/beta/manifest.json @@ -69,11 +69,11 @@ "storage", "unlimitedStorage", "webRequest", - "scripting", - "geolocation" + "scripting" ], "optional_permissions": [ - "downloads" + "downloads", + "geolocation" ], "host_permissions": [ "https://*.reddit.com/*" diff --git a/chrome/manifest.json b/chrome/manifest.json index 72a9fdca3a..eda8586bbe 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -69,11 +69,11 @@ "storage", "unlimitedStorage", "webRequest", - "scripting", - "geolocation" + "scripting" ], "optional_permissions": [ - "downloads" + "downloads", + "geolocation" ], "host_permissions": [ "https://*.reddit.com/*"