JSON Schema Property 'exclude_globs'

Description

Applied after matches to exclude URLs that match this glob. Intended to emulate the @exclude Greasemonkey keyword.

Diagram

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

Value

Array

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

Source

"exclude_globs": {
    "type": "array",
    "description": "Applied after matches to exclude URLs that match this glob. Intended to emulate the @exclude Greasemonkey keyword.",
    "uniqueItems": true,
    "items": {
        "$ref": "#/definitions/glob_pattern"
    }
}
http://json.schemastore.org/chrome-manifest (173:12)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949