mirror of https://github.com/gorhill/uBlock.git
fix reported extension error in Chrome 72.0.3622.0
Apparently the "file:///" permission is redundant to the declared "<all_urls>" permission.
This commit is contained in:
parent
097dd296e6
commit
5c33a57158
|
@ -60,9 +60,6 @@
|
|||
"manifest_version": 2,
|
||||
"minimum_chrome_version": "51.0",
|
||||
"name": "uBlock Origin",
|
||||
"optional_permissions": [
|
||||
"file:///*"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "dashboard.html",
|
||||
"open_in_tab": true
|
||||
|
|
Loading…
Reference in New Issue