| OLD | NEW |
| 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 |
| 3 // found in the LICENSE file. |
| 4 |
| 1 [ | 5 [ |
| 2 { | 6 { |
| 3 "namespace":"management", | 7 "namespace":"management", |
| 4 "types": [ | 8 "types": [ |
| 5 { | 9 { |
| 6 "id": "IconInfo", | 10 "id": "IconInfo", |
| 7 "description": "Information about an icon belonging to an extension or a
pp.", | 11 "description": "Information about an icon belonging to an extension or a
pp.", |
| 8 "type": "object", | 12 "type": "object", |
| 9 "properties": { | 13 "properties": { |
| 10 "size": { "type": "integer", "description": "A number representing the
width and height of the icon. Likely values include (but are not limited to) 12
8, 48, 24, and 16." }, | 14 "size": { "type": "integer", "description": "A number representing the
width and height of the icon. Likely values include (but are not limited to) 12
8, 48, 24, and 16." }, |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 }, | 274 }, |
| 271 { | 275 { |
| 272 "name": "onDisabled", | 276 "name": "onDisabled", |
| 273 "description": "Fired when an app or extension has been disabled", | 277 "description": "Fired when an app or extension has been disabled", |
| 274 "type": "function", | 278 "type": "function", |
| 275 "parameters": [{"name": "info", "$ref":"ExtensionInfo"}] | 279 "parameters": [{"name": "info", "$ref":"ExtensionInfo"}] |
| 276 } | 280 } |
| 277 ] | 281 ] |
| 278 } | 282 } |
| 279 ] | 283 ] |
| OLD | NEW |