| OLD | NEW | 
|    1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |    1 // Copyright (c) 2012 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": "bookmarks", |    7     "namespace": "bookmarks", | 
|    8     "uses_feature_system": true, |  | 
|    9     "channel": "stable", |  | 
|   10     "dependencies": ["permission:bookmarks"], |  | 
|   11     "contexts": ["blessed_extension"], |  | 
|   12     "properties": { |    8     "properties": { | 
|   13       "MAX_WRITE_OPERATIONS_PER_HOUR": { |    9       "MAX_WRITE_OPERATIONS_PER_HOUR": { | 
|   14         "value": 100, |   10         "value": 100, | 
|   15         "description": "The maximum number of <code>move</code>, <code>update</c
     ode>, <code>create</code>, or <code>remove</code> operations that can be perform
     ed each hour. Updates that would cause this limit to be exceeded fail." |   11         "description": "The maximum number of <code>move</code>, <code>update</c
     ode>, <code>create</code>, or <code>remove</code> operations that can be perform
     ed each hour. Updates that would cause this limit to be exceeded fail." | 
|   16       }, |   12       }, | 
|   17       "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { |   13       "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { | 
|   18         "value": 2, |   14         "value": 2, | 
|   19         "description": "The maximum number of <code>move</code>, <code>update</c
     ode>, <code>create</code>, or <code>remove</code> operations that can be perform
     ed each minute, sustained over 10 minutes. Updates that would cause this limit t
     o be exceeded fail." |   15         "description": "The maximum number of <code>move</code>, <code>update</c
     ode>, <code>create</code>, or <code>remove</code> operations that can be perform
     ed each minute, sustained over 10 minutes. Updates that would cause this limit t
     o be exceeded fail." | 
|   20       } |   16       } | 
|   21     }, |   17     }, | 
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  507       }, |  503       }, | 
|  508       { |  504       { | 
|  509         "name": "onImportEnded", |  505         "name": "onImportEnded", | 
|  510         "type": "function", |  506         "type": "function", | 
|  511         "description": "Fired when a bookmark import session is ended.", |  507         "description": "Fired when a bookmark import session is ended.", | 
|  512         "parameters": [] |  508         "parameters": [] | 
|  513       } |  509       } | 
|  514     ] |  510     ] | 
|  515   } |  511   } | 
|  516 ] |  512 ] | 
| OLD | NEW |