OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |