-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
33 lines (33 loc) · 1.08 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
{
"manifest_version": 2,
"version": "1.3",
"name": "hyper-ff-moonlite",
"icons": {
"48": "icons/pb.svg",
"96": "icons/pb.svg"
},
"theme": {
"colors": {
"toolbar": "rgb(43, 48, 58)",
"toolbar_text": "rgb(141, 161, 178)",
"frame": "rgb(60, 66, 77)",
"frame_inactive": "rgb(48, 53, 75)",
"tab_background_text": "rgb(192, 197, 205)",
"tab_background_separator": "rgb(60, 66, 77)",
"toolbar_field": "rgb(51, 59, 76)",
"toolbar_top_separator": "rgb(60, 66, 77)",
"toolbar_field_separator": "rgb(159, 190, 143, 0.8)",
"toolbar_field_text": "rgb(159, 190, 143)",
"toolbar_field_highlight": "rgba(159, 190, 143, 0.8)",
"toolbar_field_highlight_text": "rgb(255, 255, 255)",
"tab_line": "rgb(51, 59, 76)",
"popup": "rgb(51, 59, 76)",
"popup_border": "rgb(51, 59, 76)",
"popup_text": "rgb(141, 161, 178)",
"popup_highlight": "rgba(159, 190, 143, 0.8)",
"tab_loading": "rgb(237, 203, 144)",
"ntp_background": "rgb(43, 48, 58)",
"ntp_text": "rgb(192, 197, 205)"
}
}
}