Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1304)

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 691283003: Write docs for options_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inline-type
Patch Set: before commit Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698