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

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

Issue 301223010: Create listing of game engines with links to packaged app instructions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Discover", 3 "title": "Discover",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "What Are Chrome Apps?", 6 "title": "What Are Chrome Apps?",
7 "href": "/apps/about_apps" 7 "href": "/apps/about_apps"
8 } 8 }
9 ] 9 ]
10 }, 10 },
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "title": "About MVC Architecture", 69 "title": "About MVC Architecture",
70 "href": "/apps/app_frameworks" 70 "href": "/apps/app_frameworks"
71 }, 71 },
72 { 72 {
73 "title": "Build Apps with AngularJS", 73 "title": "Build Apps with AngularJS",
74 "href": "/apps/angular_framework" 74 "href": "/apps/angular_framework"
75 }, 75 },
76 { 76 {
77 "title": "Build Apps with Sencha Ext JS", 77 "title": "Build Apps with Sencha Ext JS",
78 "href": "/apps/sencha_framework" 78 "href": "/apps/sencha_framework"
79 },
80 {
81 "title": "Game Engines",
82 "href": "/apps/game_engines"
79 } 83 }
80 ] 84 ]
81 } 85 }
82 ] 86 ]
83 }, 87 },
84 { 88 {
85 "title": "Chrome App Concepts", 89 "title": "Chrome App Concepts",
86 "toggleable": true, 90 "toggleable": true,
87 "items": [ 91 "items": [
88 { 92 {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "title": "Google Groups", 277 "title": "Google Groups",
274 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium -apps" 278 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium -apps"
275 }, 279 },
276 { 280 {
277 "title": "Stack Overflow", 281 "title": "Stack Overflow",
278 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" 282 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app"
279 } 283 }
280 ] 284 ]
281 } 285 }
282 ] 286 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698