JSON Schema Property 'css'

Description

The list of CSS files to be injected into matching pages. These are injected in the order they appear in this array, before any DOM is constructed or displayed for the page.

Diagram

Drilldown into /definitions/uriJSON Schema Diagram of /properties/content_scripts/items[0]/properties/css

Value

Array

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

Source

"css": {
    "type": "array",
    "description": "The list of CSS files to be injected into matching pages. These are injected in the order they appear in this array, before any DOM is constructed or displayed for the page.",
    "uniqueItems": true,
    "items": {
        "$ref": "#/definitions/uri"
    }
}
http://json.schemastore.org/chrome-manifest (146:12)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949