Chromium Code Reviews| Index: chrome/common/extensions/api/manifest_types.json |
| diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json |
| index d2e1af6bcac04f722a8851b666da992b9cd3d634..3e4a85ad7134f2fb501abab07751b48a1995f9bd 100644 |
| --- a/chrome/common/extensions/api/manifest_types.json |
| +++ b/chrome/common/extensions/api/manifest_types.json |
| @@ -151,7 +151,7 @@ |
| } |
| }, |
| "startup_pages": { |
| - "description": "URLs to be added to the list of startup pages.", |
| + "description": "An array of length one containing a URL to be used as the startup page.", |
|
mkearney1
2014/03/28 23:02:20
Is it normal to use an array when there's only one
vasilii
2014/03/31 09:19:49
Yes, because we can allow more than 1 URL in the f
|
| "optional": true, |
| "type": "array", |
| "items": {"type": "string"} |