Skip to content

Commit 5a7db19

Browse files
authored
Move Geolocation to optional (#5505)
1 parent 4758751 commit 5a7db19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

chrome/beta/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
"storage",
7070
"unlimitedStorage",
7171
"webRequest",
72-
"scripting",
73-
"geolocation"
72+
"scripting"
7473
],
7574
"optional_permissions": [
76-
"downloads"
75+
"downloads",
76+
"geolocation"
7777
],
7878
"host_permissions": [
7979
"https://*.reddit.com/*"

chrome/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
"storage",
7070
"unlimitedStorage",
7171
"webRequest",
72-
"scripting",
73-
"geolocation"
72+
"scripting"
7473
],
7574
"optional_permissions": [
76-
"downloads"
75+
"downloads",
76+
"geolocation"
7777
],
7878
"host_permissions": [
7979
"https://*.reddit.com/*"

0 commit comments

Comments
 (0)