JSON Schema Property 'exclude_matches'

Description

Excludes pages that this content script would otherwise be injected into.

Diagram

Drilldown into /definitions/match_patternJSON Schema Diagram of /properties/content_scripts/items[0]/properties/exclude_matches

Value

Array

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

Source

"exclude_matches": {
    "type": "array",
    "description": "Excludes pages that this content script would otherwise be injected into.",
    "uniqueItems": true,
    "items": {
        "$ref": "#/definitions/match_pattern"
    }
}
http://json.schemastore.org/chrome-manifest (140:12)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949