| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "Learn More": [ | 158 "Learn More": [ |
| 159 { | 159 { |
| 160 "link": "declare_permissions.html", | 160 "link": "declare_permissions.html", |
| 161 "text": "Declaring permissions" | 161 "text": "Declaring permissions" |
| 162 } | 162 } |
| 163 ] | 163 ] |
| 164 }, | 164 }, |
| 165 "pushMessaging": { | 165 "pushMessaging": { |
| 166 "Learn More": [ | 166 "Learn More": [ |
| 167 { | 167 { |
| 168 "link": "cloudMessaging.html", | 168 "link": "cloudMessagingV2.html", |
| 169 "text": "Google Cloud Messaging for Chrome" | 169 "text": "Google Cloud Messaging for Chrome" |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "link": "gcm_server.html", | 172 "link": "gcm_server.html", |
| 173 "text": "API Reference for GCM service" | 173 "text": "API Reference for GCM service" |
| 174 } | 174 } |
| 175 ] | 175 ] |
| 176 }, | 176 }, |
| 177 "runtime": { | 177 "runtime": { |
| 178 "Learn More": [ | 178 "Learn More": [ |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ] | 291 ] |
| 292 }, | 292 }, |
| 293 "windows": { | 293 "windows": { |
| 294 "Permissions": [ | 294 "Permissions": [ |
| 295 { | 295 { |
| 296 "partial": "intro_tables/windows_permissions.html" | 296 "partial": "intro_tables/windows_permissions.html" |
| 297 } | 297 } |
| 298 ] | 298 ] |
| 299 } | 299 } |
| 300 } | 300 } |
| OLD | NEW |