-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
39 lines (39 loc) · 1.49 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
{
"name": "Chromefox - The Firefox look on Chrome",
"short_name":"Chromefox",
"description": "A theme for Chrome/Chromium/Iridium to make it look like the new Mozilla Firefox.",
"version": "1",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame.png",
"theme_frame_incognito": "images/theme_frame.png",
"theme_frame_incognito_inactive": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_frame.png",
"theme_tab_background_incognito": "images/theme_frame.png",
"theme_tab_background_v": "images/theme_frame.png"
},
"colors": {
"frame": [ 50, 50, 52 ],
"frame_inactive": [ 50, 50, 52 ],
"frame_incognito": [ 50, 50, 52 ],
"frame_incognito_inactive": [ 50, 50, 52 ],
"toolbar": [ 50, 50, 52 ],
"bookmark_text": [ 255, 255, 255 ],
"tab_text": [ 255, 255, 255 ],
"tab_background_text": [ 255, 255, 255 ],
"ntp_background": [ 249, 249, 250 ],
"ntp_text": [ 12, 12, 13 ]
},
"properties": {
"ntp_logo_alternate": 1,
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [ -1, 0.5, 0.75 ]
}
},
"manifest_version": 2
}