[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:
Raymond Hill 2025-12-28 09:09:46 -05:00
parent 0101a47d25
commit bda2a50ec8
No known key found for this signature in database
GPG key ID: F5630CAE62A14316

View file

@ -48,7 +48,8 @@
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"scripting",
"storage"
"storage",
"unlimitedStorage"
],
"short_name": "uBO Lite",
"version": "1.0",