JSON Schema /properties/file_browser_handlers/items[0]

Diagram

Drilldown into /properties/file_browser_handlers/items[0]/properties/file_filters Drilldown into /properties/file_browser_handlers/items[0]/properties/file_filters Drilldown into /properties/file_browser_handlers/items[0]/properties/file_filtersJSON Schema Diagram of /properties/file_browser_handlers/items[0]

Value

Object

Properties

Property Name Type Description
id string A String value
Used by event handling code to differentiate between multiple file handlers.
default_title string A String value
What the button will display..
file_filters array file_filters

Source

{
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "id": {
            "type": "string",
            "description": "Used by event handling code to differentiate between multiple file handlers"
        },
        "default_title": {
            "type": "string",
            "description": "What the button will display."
        },
        "file_filters": {
            "type": "array",
            "description": "Filetypes to match.",
            "minItems": 1,
            "items": {
                "type": "string"
            }
        }
    },
    "required": [
        "id",
        "default_title",
        "file_filters"
    ]
}
http://json.schemastore.org/chrome-manifest (203:20)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949