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": "fontSettings", | 7 "namespace": "fontSettings", |
| 8 "description": "The Font Settings API allows you to manage Chrome's font set
tings.", |
8 "documentation_permissions_required": ["fontSettings"], | 9 "documentation_permissions_required": ["fontSettings"], |
9 "types": [ | 10 "types": [ |
10 { | 11 { |
11 "id": "FontName", | 12 "id": "FontName", |
12 "type": "object", | 13 "type": "object", |
13 "description": "Represents a font name.", | 14 "description": "Represents a font name.", |
14 "properties": { | 15 "properties": { |
15 "fontId": { | 16 "fontId": { |
16 "type": "string", | 17 "type": "string", |
17 "description": "The font ID." | 18 "description": "The font ID." |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 "$ref": "LevelOfControl", | 488 "$ref": "LevelOfControl", |
488 "description": "The level of control this extension has over the
setting." | 489 "description": "The level of control this extension has over the
setting." |
489 } | 490 } |
490 } | 491 } |
491 } | 492 } |
492 ] | 493 ] |
493 } | 494 } |
494 ] | 495 ] |
495 } | 496 } |
496 ] | 497 ] |
OLD | NEW |