
| Property Name | Type | Description |
|---|---|---|
| npapi | boolean | npapi |
"plugins": {
"type": "object",
"description": "Indicates if an app or extension requires NPAPI to run. This requirement is enabled by default when the manifest includes the 'plugins' field.",
"additionalProperties": false,
"properties": {
"npapi": {
"type": "boolean",
"default": true
}
},
"required": [
"npapi"
]
}