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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "app": { 2 "app": {
3 "documentation": "manifest/app.html", 3 "documentation": "manifest/app.html",
4 "example": {}, 4 "example": {},
5 "level": "required" 5 "level": "required"
6 }, 6 },
7 "app.background": { 7 "app.background": {
8 "example": {"scripts": ["background.js"]}, 8 "example": {"scripts": ["background.js"]},
9 "level": "required" 9 "level": "required"
10 }, 10 },
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "example": true 124 "example": true
125 }, 125 },
126 "omnibox": { 126 "omnibox": {
127 "documentation": "omnibox.html", 127 "documentation": "omnibox.html",
128 "example": { 128 "example": {
129 "keyword": "aString" 129 "keyword": "aString"
130 } 130 }
131 }, 131 },
132 "options_page": { 132 "options_page": {
133 "documentation": "options.html", 133 "documentation": "options.html",
134 "example": "aFile.html" 134 "example": "options.html"
135 },
136 "options_ui": {
137 "documentation": "optionsV2.html",
138 "example": {
139 "page": "options.html",
140 "chrome_style": true
141 }
135 }, 142 },
136 "page_action": { 143 "page_action": {
137 "documentation": "pageAction.html", 144 "documentation": "pageAction.html",
138 "example": {}, 145 "example": {},
139 "level": "only_one" 146 "level": "only_one"
140 }, 147 },
141 "permissions": { 148 "permissions": {
142 "documentation": "declare_permissions.html", 149 "documentation": "declare_permissions.html",
143 "example": [] 150 "example": []
144 }, 151 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 }, 197 },
191 "web_accessible_resources": { 198 "web_accessible_resources": {
192 "documentation": "manifest/web_accessible_resources.html", 199 "documentation": "manifest/web_accessible_resources.html",
193 "example": [] 200 "example": []
194 }, 201 },
195 "webview": { 202 "webview": {
196 "documentation": "tags/web_view#local_resources", 203 "documentation": "tags/web_view#local_resources",
197 "example": {} 204 "example": {}
198 } 205 }
199 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698