mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Increase local storage limit beyond 5 MB
Reference: https://developer.apple.com/documentation/safariservices/assessing-your-safari-web-extension-s-browser-compatibility
This commit is contained in:
parent
0101a47d25
commit
bda2a50ec8
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@
|
|||
"declarativeNetRequest",
|
||||
"declarativeNetRequestWithHostAccess",
|
||||
"scripting",
|
||||
"storage"
|
||||
"storage",
|
||||
"unlimitedStorage"
|
||||
],
|
||||
"short_name": "uBO Lite",
|
||||
"version": "1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue