Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: chrome/common/extensions/api/management.json

Issue 9447090: Allow comments in extension config files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed up license headers to pass license tests Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/inputMethodPrivate.json ('k') | chrome/common/extensions/api/mediaPlayerPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698