mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
fix minimum version in manifest re. #2612
This commit is contained in:
parent
57c5e645df
commit
a43686a617
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
],
|
||||
"incognito": "split",
|
||||
"minimum_chrome_version": "26.0",
|
||||
"minimum_chrome_version": "38.0",
|
||||
"optional_permissions": [ "file:///*" ],
|
||||
"options_page": "dashboard.html",
|
||||
"options_ui": {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
],
|
||||
"incognito": "split",
|
||||
"minimum_chrome_version": "26.0",
|
||||
"minimum_chrome_version": "38.0",
|
||||
"optional_permissions": [ "file:///*" ],
|
||||
"options_page": "dashboard.html",
|
||||
"permissions": [
|
||||
|
|
Loading…
Reference in a new issue