![JSON Schema Diagram of /properties/content_scripts/items[0]/properties/exclude_matches](images/property-exclude_matches.png)
| Array Index | Type | Description |
|---|---|---|
| 1-n | string | match_pattern |
"exclude_matches": {
"type": "array",
"description": "Excludes pages that this content script would otherwise be injected into.",
"uniqueItems": true,
"items": {
"$ref": "#/definitions/match_pattern"
}
}