| 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 }, |
| 9 "properties": { | 10 "properties": { |
| 10 "MAX_WRITE_OPERATIONS_PER_HOUR": { | 11 "MAX_WRITE_OPERATIONS_PER_HOUR": { |
| 11 "value": 1000000, | 12 "value": 1000000, |
| 12 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", | 13 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", |
| 13 "description": "" | 14 "description": "" |
| 14 }, | 15 }, |
| 15 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { | 16 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { |
| 16 "value": 1000000, | 17 "value": 1000000, |
| 17 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", | 18 "deprecated": "Bookmark write operations are no longer limited by Chrome
.", |
| 18 "description": "" | 19 "description": "" |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 }, | 552 }, |
| 552 { | 553 { |
| 553 "name": "onImportEnded", | 554 "name": "onImportEnded", |
| 554 "type": "function", | 555 "type": "function", |
| 555 "description": "Fired when a bookmark import session is ended.", | 556 "description": "Fired when a bookmark import session is ended.", |
| 556 "parameters": [] | 557 "parameters": [] |
| 557 } | 558 } |
| 558 ] | 559 ] |
| 559 } | 560 } |
| 560 ] | 561 ] |
| OLD | NEW |