X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fcommon%2Fextensions%2Fapi%2Fdeclarative_content.json;h=b90c319ebc95b8357822becb7d863a0f1f9881fe;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=167a26e0f424f67c1dab66c99ceab15246ab2f39;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/common/extensions/api/declarative_content.json b/src/chrome/common/extensions/api/declarative_content.json index 167a26e..b90c319 100644 --- a/src/chrome/common/extensions/api/declarative_content.json +++ b/src/chrome/common/extensions/api/declarative_content.json @@ -59,7 +59,7 @@ }, { "id": "SetIcon", - "description": "Declarative event action that sets the 19-dip square icon for the extension's $ref:[pageAction page action] or $ref:[browserAction browser action] while the corresponding conditions are met. This action can be used without host permissions, but the extension must have page or browser action.

Exactly one of imageData or path must be specified. Both are dictionaries mapping a number of pixels to an image representation. The image representation in imageData is anImageData object, for example from a <canvas> element, while the image representation in path is the path to an image file relative to he extension's manifest. If scale screen pixels fit into a device-independent pixel, the scale * 19 icon will be used. If that scale is missing, the other image will be resized to the needed size.", + "description": "Declarative event action that sets the 19-dip square icon for the extension's $(ref:pageAction page action) or $(ref:browserAction browser action) while the corresponding conditions are met. This action can be used without host permissions, but the extension must have page or browser action.

Exactly one of imageData or path must be specified. Both are dictionaries mapping a number of pixels to an image representation. The image representation in imageData is anImageData object, for example from a <canvas> element, while the image representation in path is the path to an image file relative to he extension's manifest. If scale screen pixels fit into a device-independent pixel, the scale * 19 icon will be used. If that scale is missing, the other image will be resized to the needed size.", "type": "object", "properties": { "instanceType": {