mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
remove obstacle to modernize codebase with ES6 syntax: bump up min version for Chromium
This commit is contained in:
parent
bae93f290e
commit
3ef4005f63
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"incognito": "split",
|
"incognito": "split",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"minimum_chrome_version": "47.0",
|
"minimum_chrome_version": "51.0",
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"optional_permissions": [
|
"optional_permissions": [
|
||||||
"file:///*"
|
"file:///*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue