OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "gcm", | 7 "namespace": "gcm", |
8 "description": "Use <code>chrome.gcm</code> to enable apps and extensions to
send and receive messages through <a href='http://developer.android.com/google/
gcm/index.html'>Google Cloud Messaging</a>.", | 8 "description": "Use <code>chrome.gcm</code> to enable apps and extensions to
send and receive messages through <a href='http://developer.android.com/google/
gcm/index'>Google Cloud Messaging</a>.", |
9 "properties": { | 9 "properties": { |
10 "MAX_MESSAGE_SIZE": { | 10 "MAX_MESSAGE_SIZE": { |
11 "value": 4096, | 11 "value": 4096, |
12 "description": "The maximum size (in bytes) of all key/value pairs in a
message." | 12 "description": "The maximum size (in bytes) of all key/value pairs in a
message." |
13 } | 13 } |
14 }, | 14 }, |
15 "functions": [ | 15 "functions": [ |
16 { | 16 { |
17 "name": "register", | 17 "name": "register", |
18 "type": "function", | 18 "type": "function", |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 "description": "Additional details related to the error, when av
ailable." | 170 "description": "Additional details related to the error, when av
ailable." |
171 } | 171 } |
172 }, | 172 }, |
173 "description": "An error that occured while trying to send the messa
ge either in Chrome or on the GCM server. Application can retry sending the mess
age with a reasonable backoff and possibly longer time-to-live." | 173 "description": "An error that occured while trying to send the messa
ge either in Chrome or on the GCM server. Application can retry sending the mess
age with a reasonable backoff and possibly longer time-to-live." |
174 } | 174 } |
175 ] | 175 ] |
176 } | 176 } |
177 ] | 177 ] |
178 } | 178 } |
179 ] | 179 ] |
OLD | NEW |