forked from dracula/google-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
44 lines (44 loc) · 1.29 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
{
"description": "Chrome Dracula color theme",
"manifest_version": 2,
"name": "Dracula Chrome Theme - Dark and Minimal",
"version": "1.0",
"icons": {},
"theme": {
"colors": {
"frame": [40, 42, 54],
"frame_inactive": [40, 42, 66, 0.6],
"frame_incognito": [0, 0, 0, 0.8],
"frame_incognito_inactive": [0, 0, 0, 0.6],
"toolbar": [68, 71, 90],
"tab_text": [248, 248, 248],
"tab_background_text": [248, 248, 248],
"bookmark_text": [248, 248, 248],
"ntp_background": [40, 42, 54],
"ntp_text": [248, 248, 248],
"ntp_link": [139, 233, 253],
"ntp_link_underline": [139, 233, 253],
"ntp_header": [255, 0, 0],
"ntp_section": [0, 0, 0],
"ntp_section_text": [0, 0, 0],
"ntp_section_link": [0, 0, 0],
"ntp_section_link_underline": [0, 0, 0],
"control_background": [255, 255, 255],
"button_background": [0, 0, 0]
},
"tints": {
"frame": [255, 255, 0],
"frame_inactive": [255, 0, 0],
"frame_incognito": [255, 0, 0],
"frame_incognito_inactive": [255, 0, 0],
"background_tab": [255, 0, 0],
"buttons": [1, 1, 1]
},
"properties": {
"ntp_background_alignment": "",
"ntp_background_repeat": "",
"ntp_logo_alternate": ""
},
"images": {}
}
}