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

Side by Side Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 | Annotate | Revision Log
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "minimum_chrome_version": { 90 "minimum_chrome_version": {
91 "documentation": "manifest/minimum_chrome_version.html", 91 "documentation": "manifest/minimum_chrome_version.html",
92 "example": "versionString" 92 "example": "versionString"
93 }, 93 },
94 "nacl_modules": { 94 "nacl_modules": {
95 "documentation": "manifest/nacl_modules.html", 95 "documentation": "manifest/nacl_modules.html",
96 "example": [] 96 "example": []
97 }, 97 },
98 "name": { 98 "name": {
99 "documentation": "manifest/name.html#name", 99 "documentation": "manifest/name.html#name",
100 "example": "My {{title}}", 100 "example": "My {{platform}}",
101 "level": "required" 101 "level": "required"
102 }, 102 },
103 "offline_enabled": { 103 "offline_enabled": {
104 "documentation": "manifest/offline_enabled.html", 104 "documentation": "manifest/offline_enabled.html",
105 "example": true 105 "example": true
106 }, 106 },
107 "omnibox": { 107 "omnibox": {
108 "documentation": "omnibox.html", 108 "documentation": "omnibox.html",
109 "example": { 109 "example": {
110 "keyword": "aString" 110 "keyword": "aString"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "version": { 155 "version": {
156 "documentation": "manifest/version.html", 156 "documentation": "manifest/version.html",
157 "example": "versionString", 157 "example": "versionString",
158 "level": "required" 158 "level": "required"
159 }, 159 },
160 "web_accessible_resources": { 160 "web_accessible_resources": {
161 "documentation": "manifest/web_accessible_resources.html", 161 "documentation": "manifest/web_accessible_resources.html",
162 "example": [] 162 "example": []
163 } 163 }
164 } 164 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/css/site.css ('k') | chrome/common/extensions/docs/templates/json/strings.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698