Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Theme.json « Definition « js « src - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c160dc8b5aff786381452cf421c8dc2c65def956 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "id": {
        "type": "string"
    },
    "label": {
        "type": "string"
    },
    "colors": {
        "type": "object"
    }
}