Skip to content

Commit

Permalink
Move Geolocation to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcgarry committed Mar 24, 2024
1 parent 4758751 commit e75af88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions chrome/beta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"storage",
"unlimitedStorage",
"webRequest",
"scripting",
"geolocation"
"scripting"
],
"optional_permissions": [
"downloads"
"downloads",
"geolocation"
],
"host_permissions": [
"https://*.reddit.com/*"
Expand Down
6 changes: 3 additions & 3 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"storage",
"unlimitedStorage",
"webRequest",
"scripting",
"geolocation"
"scripting"
],
"optional_permissions": [
"downloads"
"downloads",
"geolocation"
],
"host_permissions": [
"https://*.reddit.com/*"
Expand Down

0 comments on commit e75af88

Please sign in to comment.