Skip to content

Commit c7987b3

Browse files
authored
Merge pull request #259 from fraz3alpha/remove-active-tab-permission
Remove activeTab permission, which we don't need
2 parents 118404d + b1ec227 commit c7987b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

browser-extensions/chrome/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
"/css/*"
137137
],
138138
"permissions": [
139-
"activeTab",
140139
"storage",
141140
"https://www.parkrun.org.uk/",
142141
"https://wiki.parkrun.com/"

browser-extensions/firefox/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
"/css/*"
140140
],
141141
"permissions": [
142-
"activeTab",
143142
"storage",
144143
"https://www.parkrun.org.uk/",
145144
"https://wiki.parkrun.com/"

0 commit comments

Comments
 (0)