Index: extensions/common/api/web_view_internal.json |
diff --git a/extensions/common/api/web_view_internal.json b/extensions/common/api/web_view_internal.json |
index dd53f5a855afa59eb3ea93118bc024758c65a20a..5440e90c4ea8ad344143d8f97c1e222a4bf72593 100644 |
--- a/extensions/common/api/web_view_internal.json |
+++ b/extensions/common/api/web_view_internal.json |
@@ -44,6 +44,11 @@ |
"type": "boolean", |
"optional": true, |
"description": "Websites' WebSQL data." |
+ }, |
+ "cache": { |
+ "type": "boolean", |
+ "optional": true, |
+ "description": "The Websites' cache data. Note: when removing data, this clears the <em>entire</em> cache: it is not limited to the range you specify." |
} |
} |
}, |