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
- Host: GitHub
- URL: https://github.com/gabrielecanepa/chrome-theme-json-schema
- Owner: gabrielecanepa
- Created: 2024-03-11T15:04:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T20:52:43.000Z (about 1 year ago)
- Last Synced: 2025-10-28T13:33:45.667Z (8 months ago)
- Topics: chrome, chrome-themes, json, json-schema
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```