JSON Schema Property 'include_globs'

Description

Applied after matches to include only those URLs that also match this glob. Intended to emulate the @include Greasemonkey keyword.

Diagram

Drilldown into /definitions/glob_patternJSON Schema Diagram of /properties/content_scripts/items[0]/properties/include_globs

Value

Array

Array Index Type Description
1-n string glob_pattern
Unique Items
True

Source

"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"
    }
}
http://json.schemastore.org/chrome-manifest (167:12)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949