| 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.",
|
| "optional": true,
|
| "type": "array",
|
| "items": {"type": "string"}
|
|
|