JSON Schema Property 'web_accessible_resources'

Description

An array of strings specifying the paths (relative to the package root) of packaged resources that are expected to be usable in the context of a web page.

Diagram

Drilldown into /definitions/uriJSON Schema Diagram of /properties/web_accessible_resources

Value

Array

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

Source

"web_accessible_resources": {
    "type": "array",
    "description": "An array of strings specifying the paths (relative to the package root) of packaged resources that are expected to be usable in the context of a web page.",
    "minItems": 1,
    "uniqueItems": true,
    "items": {
        "$ref": "#/definitions/uri"
    }
}
http://json.schemastore.org/chrome-manifest (477:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949