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..532b99def18cb8cbd13e8dcd99eff27e81798665 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": "optionsV2.html", |
+ "example": { |
+ "page": "options.html", |
+ "chrome_style": true |
+ } |
}, |
"page_action": { |
"documentation": "pageAction.html", |