mirror of https://github.com/gorhill/uBlock.git
remove obstacle to modernize codebase with ES6 syntax: bump up min version for Chromium
This commit is contained in:
parent
bae93f290e
commit
3ef4005f63
|
@ -58,7 +58,7 @@
|
|||
},
|
||||
"incognito": "split",
|
||||
"manifest_version": 2,
|
||||
"minimum_chrome_version": "47.0",
|
||||
"minimum_chrome_version": "51.0",
|
||||
"name": "uBlock Origin",
|
||||
"optional_permissions": [
|
||||
"file:///*"
|
||||
|
|
Loading…
Reference in New Issue