-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
31 lines (31 loc) · 996 Bytes
/
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
{
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images\/theme_frame.png",
"theme_toolbar": "images\/theme_toolbar.png",
"theme_tab_background": "images\/theme_tab_background.png",
"theme_ntp_attribution": "images\/theme_ntp_attribution.png"
},
"colors": {
"frame": [40, 166, 217],
"toolbar": [255, 255, 255],
"tab_text": [0, 0, 0],
"tab_background_text": [255, 255, 255],
"bookmark_text": [0, 0, 0],
"ntp_background": [40, 166, 217],
"ntp_text": [40, 166, 217],
"button_background": [75, 170, 85, 1]
},
"tints": {
"buttons": [0.35, 0.39, 0.48]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
},
"name": "buoy ventures theme v1",
"version": "1",
"description": ""
}