An open API service indexing awesome lists of open source software.

https://github.com/gabrielecanepa/chrome-theme-json-schema

JSON schema for Chrome theme manifest files
https://github.com/gabrielecanepa/chrome-theme-json-schema

chrome chrome-themes json json-schema

Last synced: 4 months ago
JSON representation

JSON schema for Chrome theme manifest files

Awesome Lists containing this project

README

          

## Chrome Theme JSON Schema

This repository provides a full comprehensive JSON schema definition of the `manifest.json` file used in Google Chrome themes.

The schema is available at the following URL:

```json
https://raw.gabrielecanepa.com/manifest.schema.json
```

In `manifest.json`, you can specify the schema version using the `$schema` property:

```json
{
"$schema": "https://raw.gabrielecanepa.com/manifest.schema.json"
}
```