"nacl_modules": {
"type": "array",
"description": "One or more mappings from MIME types to the Native Client module that handles each type.",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"path": {
"$ref": "#/definitions/uri",
"description": "The location of a Native Client manifest (a .nmf file) within the extension directory."
},
"mime_type": {
"$ref": "#/definitions/mime_type",
"description": "The MIME type for which the Native Client module will be registered as content handler."
}
},
"required": [
"path",
"mime_type"
]
}
}http://json.schemastore.org/chrome-manifest (275:6)