"file_browser_handlers": {
"type": "array",
"description": "You can use this API to enable users to upload files to your website.",
"minItems": 1,
"items": {
"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 (199:6)