| Index: chrome/common/extensions/docs/templates/json/manifest.json
|
| diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
|
| index 90f9314402e0d0f284e99c64a88268e60e9fefbe..98d923869f97ebab2638081622e63d1d7412b2c1 100644
|
| --- a/chrome/common/extensions/docs/templates/json/manifest.json
|
| +++ b/chrome/common/extensions/docs/templates/json/manifest.json
|
| @@ -131,7 +131,14 @@
|
| },
|
| "options_page": {
|
| "documentation": "options.html",
|
| - "example": "aFile.html"
|
| + "example": "options.html"
|
| + },
|
| + "options_ui": {
|
| + "documentation": "options2.html",
|
| + "example": {
|
| + "page": "options.html",
|
| + "chrome_style": true
|
| + }
|
| },
|
| "page_action": {
|
| "documentation": "pageAction.html",
|
|
|