OLD | NEW |
1 { | 1 { |
2 "alarms": { | 2 "alarms": { |
3 "Learn More": [ | 3 "Learn More": [ |
4 { | 4 { |
5 "link": "event_pages", | 5 "link": "event_pages", |
6 "text": "Event Pages" | 6 "text": "Event Pages" |
7 } | 7 } |
8 ] | 8 ] |
9 }, | 9 }, |
10 "app_runtime": { | 10 "app_runtime": { |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 ] | 191 ] |
192 }, | 192 }, |
193 "permissions": { | 193 "permissions": { |
194 "Learn More": [ | 194 "Learn More": [ |
195 { | 195 { |
196 "link": "declare_permissions", | 196 "link": "declare_permissions", |
197 "text": "Declaring permissions" | 197 "text": "Declaring permissions" |
198 } | 198 } |
199 ] | 199 ] |
200 }, | 200 }, |
201 "pushMessaging": { | |
202 "Learn More": [ | |
203 { | |
204 "link": "cloudMessagingV1", | |
205 "text": "Google Cloud Messaging for Chrome" | |
206 }, | |
207 { | |
208 "link": "gcm_server", | |
209 "text": "API Reference for GCM service" | |
210 } | |
211 ] | |
212 }, | |
213 "runtime": { | 201 "runtime": { |
214 "Learn More": [ | 202 "Learn More": [ |
215 { | 203 { |
216 "link": "app_lifecycle", | 204 "link": "app_lifecycle", |
217 "text": "Manage App Lifecycle", | 205 "text": "Manage App Lifecycle", |
218 "extension_types": ["platform_app"] | 206 "extension_types": ["platform_app"] |
219 }, | 207 }, |
220 { | 208 { |
221 "link": "event_pages", | 209 "link": "event_pages", |
222 "text": "Event Pages" | 210 "text": "Event Pages" |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 ] | 316 ] |
329 }, | 317 }, |
330 "windows": { | 318 "windows": { |
331 "Permissions": [ | 319 "Permissions": [ |
332 { | 320 { |
333 "partial": "intro_tables/windows_permissions.html" | 321 "partial": "intro_tables/windows_permissions.html" |
334 } | 322 } |
335 ] | 323 ] |
336 } | 324 } |
337 } | 325 } |
OLD | NEW |