-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·83 lines (83 loc) · 1.92 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{ "description" : "groovy",
"name" : "wavy bluebrown",
"theme" : { "colors" : { "bookmark_text" : [ 18,
50,
114
],
"button_background" : [ 0,
0,
0,
0
],
"frame" : [ 66,
116,
201
],
"frame_inactive" : [ 161,
182,
228
],
"frame_incognito" : [ 83,
106,
139
],
"frame_incognito_inactive" : [ 126,
139,
156
],
"ntp_background" : [ 255,
255,
255
],
"ntp_text" : [ 0,
0,
0
],
"tab_background_text" : [ 64,
64,
64
],
"tab_text" : [ 0,
0,
0
],
"toolbar" : [ 223,
223,
223
]
},
"images" : { "theme_frame" : "images/theme_frame.png",
"theme_ntp_background" : "images/theme_ntp_background.png",
"theme_toolbar" : "images/theme_toolbar.png"
},
"properties" : { "ntp_background_alignment" : "bottom",
"ntp_background_repeat" : "repeat"
},
"tints" : { "background_tab" : [ -1,
0.5,
0.75
],
"buttons" : [ -1,
-1,
-1
],
"frame" : [ -1,
-1,
-1
],
"frame_inactive" : [ -1,
-1,
0.75
],
"frame_incognito" : [ -1,
0.20000000000000001,
0.34999999999999998
],
"frame_incognito_inactive" : [ -1,
0.29999999999999999,
0.59999999999999998
]
}
},
"version" : "1"
}