Index: extensions/common/api/storage.json |
diff --git a/extensions/common/api/storage.json b/extensions/common/api/storage.json |
index 66678f8df250f8d2bf6fa2abf27d2e09a41a9b8a..8d70253d6274a8bb3ce8cdb756f743480681cb87 100644 |
--- a/extensions/common/api/storage.json |
+++ b/extensions/common/api/storage.json |
@@ -181,7 +181,7 @@ |
"description": "The maximum total amount (in bytes) of data that can be stored in sync storage, as measured by the JSON stringification of every value plus every key's length. Updates that would cause this limit to be exceeded fail immediately and set $(ref:runtime.lastError)." |
}, |
"QUOTA_BYTES_PER_ITEM": { |
- "value": 4096, |
+ "value": 8192, |
"description": "The maximum size (in bytes) of each individual item in sync storage, as measured by the JSON stringification of its value plus its key length. Updates containing items larger than this limit will fail immediately and set $(ref:runtime.lastError)." |
}, |
"MAX_ITEMS": { |