summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/extensions/api/browsing_data.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/browsing_data.json b/chrome/common/extensions/api/browsing_data.json
index 332186d..10fd0b71 100644
--- a/chrome/common/extensions/api/browsing_data.json
+++ b/chrome/common/extensions/api/browsing_data.json
@@ -96,15 +96,20 @@
"optional": true,
"description": "Server-bound certificates."
},
+ "passwords": {
+ "type": "boolean",
+ "optional": true,
+ "description": "Stored passwords."
+ },
"pluginData": {
"type": "boolean",
"optional": true,
"description": "Plugins' data."
},
- "passwords": {
+ "serviceWorkers": {
"type": "boolean",
"optional": true,
- "description": "Stored passwords."
+ "description": "Service Workers."
},
"webSQL": {
"type": "boolean",