| 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 "description": "Use the <code>chrome.bookmarks</code> API to create, organiz
e, and otherwise manipulate bookmarks. Also see <a href='override'>Override Page
s</a>, which you can use to create a custom Bookmark Manager page.", | 8 "description": "Use the <code>chrome.bookmarks</code> API to create, organiz
e, and otherwise manipulate bookmarks. Also see <a href='override'>Override Page
s</a>, which you can use to create a custom Bookmark Manager page.", |
| 9 "compiler_options": { "use_movable_types": true }, | |
| 10 "properties": { | 9 "properties": { |
| 11 "MAX_WRITE_OPERATIONS_PER_HOUR": { | 10 "MAX_WRITE_OPERATIONS_PER_HOUR": { |
| 12 "value": 1000000, | 11 "value": 1000000, |
| 13 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", | 12 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", |
| 14 "description": "" | 13 "description": "" |
| 15 }, | 14 }, |
| 16 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { | 15 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { |
| 17 "value": 1000000, | 16 "value": 1000000, |
| 18 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", | 17 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", |
| 19 "description": "" | 18 "description": "" |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 }, | 551 }, |
| 553 { | 552 { |
| 554 "name": "onImportEnded", | 553 "name": "onImportEnded", |
| 555 "type": "function", | 554 "type": "function", |
| 556 "description": "Fired when a bookmark import session is ended.", | 555 "description": "Fired when a bookmark import session is ended.", |
| 557 "parameters": [] | 556 "parameters": [] |
| 558 } | 557 } |
| 559 ] | 558 ] |
| 560 } | 559 } |
| 561 ] | 560 ] |
| OLD | NEW |