-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathmanifest.json
43 lines (39 loc) · 1.11 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
{
"manifest_version": 2,
"name": "Material Incognito Dark Theme",
"description": "This theme has been deprecated in favour of the official Google Chrome dark theme.",
"version": "5.2.0",
"icons": {
"128": "images/icon128.png"
},
"theme": {
"images": {
"theme_toolbar": "images/material_refresh_grey.png",
"theme_ntp_background": "images/material_refresh_grey.png"
},
"colors": {
"frame": [32, 33, 36],
"frame_inactive": [60, 64, 67],
"frame_incognito": [32, 33, 36],
"frame_incognito_inactive": [60, 64, 67],
"toolbar": [50, 54, 57],
"tab_text": [241, 243, 244],
"tab_background_text": [189, 193, 198],
"tab_background_text_incognito": [189, 193, 198],
"tab_background_text_inactive": [168, 171, 175],
"tab_background_text_incognito_inactive": [168, 171, 175],
"bookmark_text": [241, 243, 244],
"ntp_background": [50, 54, 57],
"ntp_text": [255, 255, 255],
"omnibox_background": [32, 33, 36],
"omnibox_text": [255, 255, 255]
},
"tints": {
"buttons": [-1, -1, 0.96]
},
"properties": {
"ntp_logo_alternate": 1,
"ntp_background_repeat": "repeat"
}
}
}