JSON Schema Property 'icons'

Description

One or more icons that represent the extension, app, or theme. Recommended format: PNG; also BMP, GIF, ICO, JPEG.

Diagram

Drilldown into /definitions/icon Drilldown into /definitions/icon Drilldown into /definitions/icon Drilldown into /definitions/iconJSON Schema Diagram of /properties/icons

Value

Object

Properties

Property Name Type Description
16 string icon
48 string icon
128 string icon
256 string icon
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.
Minimum Properties
1

Source

"icons": {
    "type": "object",
    "description": "One or more icons that represent the extension, app, or theme. Recommended format: PNG; also BMP, GIF, ICO, JPEG.",
    "minProperties": 1,
    "properties": {
        "16": {
            "$ref": "#/definitions/icon",
            "description": "Used as the favicon for an extension's pages and infobar."
        },
        "48": {
            "$ref": "#/definitions/icon",
            "description": "Used on the extension management page (chrome://extensions)."
        },
        "128": {
            "$ref": "#/definitions/icon",
            "description": "Used during installation and in the Chrome Web Store."
        },
        "256": {
            "$ref": "#/definitions/icon",
            "description": "Used during installation and in the Chrome Web Store."
        }
    }
}
http://json.schemastore.org/chrome-manifest (35:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949