Index: chrome/common/extensions/api/browserAction.json |
diff --git a/chrome/common/extensions/api/browserAction.json b/chrome/common/extensions/api/browserAction.json |
index 5eaee46cdfb4876f3b63a644564f84526781c949..6288fabb100d202c910cbf47bee230d201bf8f97 100644 |
--- a/chrome/common/extensions/api/browserAction.json |
+++ b/chrome/common/extensions/api/browserAction.json |
@@ -211,7 +211,6 @@ |
"type": "object", |
"properties": { |
"color": { |
- "type": "string", |
"description": "An array of four integers in the range [0,255] that make up the RGBA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>. Can also be a string with a CSS value, with opaque red being <code>#FF0000</code> or <code>#F00</code>.", |
"choices": [ |
{"type": "string"}, |