JSON Schema Property 'matches'

Description

Specifies which pages this content script will be injected into.

Diagram

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

Value

Array

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

Source

"matches": {
    "type": "array",
    "description": "Specifies which pages this content script will be injected into.",
    "minItems": 1,
    "uniqueItems": true,
    "items": {
        "$ref": "#/definitions/match_pattern"
    }
}
http://json.schemastore.org/chrome-manifest (133:24)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949