Index: chrome/common/extensions/api/browser_action.json |
diff --git a/chrome/common/extensions/api/browser_action.json b/chrome/common/extensions/api/browser_action.json |
index d7ff7438db65c837a8fc27d44dfc6c952cfe23c0..0df3432ae4b6958fa6f7d4b70a74b1335b59320b 100644 |
--- a/chrome/common/extensions/api/browser_action.json |
+++ b/chrome/common/extensions/api/browser_action.json |
@@ -91,10 +91,7 @@ |
{ "$ref": "ImageDataType" }, |
{ |
"type": "object", |
- "properties": { |
- "19": {"$ref": "ImageDataType", "optional": true}, |
- "38": {"$ref": "ImageDataType", "optional": true} |
- } |
+ "additionalProperties": { "type": "any" } |
} |
], |
"optional": true, |
@@ -105,10 +102,7 @@ |
{ "type": "string" }, |
{ |
"type": "object", |
- "properties": { |
- "19": {"type": "string", "optional": true}, |
- "38": {"type": "string", "optional": true} |
- } |
+ "additionalProperties": { "type": "any" } |
} |
], |
"optional": true, |