-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
52 lines (52 loc) · 1.82 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
{
"manifest_version": 2,
"version": "1.4",
"name": "coffee",
"short_name": "coffee",
"author": "Ari Archer",
"description": "Coffee is a nice, warm colour scheme for software based of gruvbox which is light on eye strain and feels warm and cozy -- firefox",
"theme": {
"images": {
"additional_backgrounds": [
"images/background.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(38, 34, 32)",
"toolbar_text": "rgb(221, 208, 192)",
"frame": "rgb(38, 34, 32)",
"tab_background_text": "rgb(187, 187, 187)",
"toolbar_field": "rgb(38, 34, 33)",
"toolbar_field_text": "rgb(221, 208, 192)",
"tab_line": "rgb(49, 44, 41)",
"tab_background_separator": "rgb(49, 44, 41)",
"popup": "rgb(38, 34, 32)",
"popup_border": "rgb(40, 40, 40)",
"popup_highlight": "rgb(40, 40, 40)",
"popup_highlight_text": "rgb(231, 218, 200)",
"popup_text": "rgb(221, 208, 192)",
"ntp_background": "rgb(38, 34, 32)",
"ntp_text": "rgb(221, 208, 192)",
"bookmark_text": "rgb(221, 208, 192)",
"tab_loading": "rgb(40, 40, 40)",
"tab_selected": "rgb(40, 40, 40)",
"icons": "rgb(40, 40, 40)",
"icons_attention": "rgb(221, 208, 192)",
"tab_text": "rgb(221, 208, 192)",
"button_background_hover": "rgb(49, 44, 41)"
}
},
"icons": {
"48": "images/icon48.png",
"64": "images/icon64.png",
"96": "images/icon96.png"
}
}