mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
fix https://github.com/uBlockOrigin/uBlock-issues/issues/253: set min version to Opera 38
This commit is contained in:
parent
d870ee147d
commit
71c8550362
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"incognito": "split",
|
"incognito": "split",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"minimum_opera_version": "32.0",
|
"minimum_opera_version": "38.0",
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"optional_permissions": [
|
"optional_permissions": [
|
||||||
"file:///*"
|
"file:///*"
|
||||||
|
|
Loading…
Reference in a new issue