UNPKG

421 BJSONView Raw
1{
2 "name": "Cypress Theme",
3 "version": "1.0",
4 "manifest_version": 2,
5 "theme": {
6 "colors": {
7 "bookmark_text": [ 0, 0, 0 ],
8 "frame": [ 29, 31, 33 ],
9 "ntp_section": [ 255, 255, 255 ]
10 },
11 "images": {
12 "theme_frame": "images/theme_frame.png"
13 },
14 "tints": {
15 "frame_inactive": [-1.0, -1.0, -1.0],
16 "background_tab": [-1.0, -1.0, -1.0]
17 }
18 }
19}