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

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

Issue 145443002: GCM for Chrome documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 "alarms": { 2 "alarms": {
3 "Learn More": [ 3 "Learn More": [
4 { 4 {
5 "link": "event_pages.html", 5 "link": "event_pages.html",
6 "text": "Event Pages" 6 "text": "Event Pages"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "app_runtime": { 10 "app_runtime": {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 { 110 {
111 "link": "angular_framework.html", 111 "link": "angular_framework.html",
112 "text": "Build Apps with AngularJS" 112 "text": "Build Apps with AngularJS"
113 }, 113 },
114 { 114 {
115 "link": "https://developers.google.com/live/shows/7320022-1001/", 115 "link": "https://developers.google.com/live/shows/7320022-1001/",
116 "text": "Chrome Apps Office Hours: TextDrive and AngularJS" 116 "text": "Chrome Apps Office Hours: TextDrive and AngularJS"
117 } 117 }
118 ] 118 ]
119 }, 119 },
120 "gcm": {
121 "Learn More": [
122 {
123 "link": "cloudMessagingV2.html",
124 "text": "Google Cloud Messaging"
125 }
126 ]
127 },
120 "identity": { 128 "identity": {
121 "Learn More": [ 129 "Learn More": [
122 { 130 {
123 "link": "app_identity.html", 131 "link": "app_identity.html",
124 "text": "Identify User" 132 "text": "Identify User"
125 } 133 }
126 ] 134 ]
127 }, 135 },
128 "mediaGalleries": { 136 "mediaGalleries": {
129 "Permissions": [ 137 "Permissions": [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ] 299 ]
292 }, 300 },
293 "windows": { 301 "windows": {
294 "Permissions": [ 302 "Permissions": [
295 { 303 {
296 "partial": "intro_tables/windows_permissions.html" 304 "partial": "intro_tables/windows_permissions.html"
297 } 305 }
298 ] 306 ]
299 } 307 }
300 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698