![JSON Schema Diagram of /properties/content_scripts/items[0]/properties/include_globs](images/property-include_globs.png)
| Array Index | Type | Description |
|---|---|---|
| 1-n | string | glob_pattern |
"include_globs": {
"type": "array",
"description": "Applied after matches to include only those URLs that also match this glob. Intended to emulate the @include Greasemonkey keyword.",
"uniqueItems": true,
"items": {
"$ref": "#/definitions/glob_pattern"
}
}