-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
37 lines (37 loc) · 1.18 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
{
"manifest_version": 3,
"version": "1.3",
"name": "Ballerini Theme",
"description": "The official Ballerini Dark Theme for Google Chrome. Dark Brown Theme, pastel and cute",
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"theme": {
"images": {
"theme_toolbar": "images/theme_toolbar.png"
},
"colors": {
"frame": [88, 60, 56],
"frame_inactive": [88, 60, 56],
"frame_incognito": [88, 60, 56],
"frame_incognito_inactive": [88, 60, 56],
"bookmark_text": [248, 248, 242],
"tab_background_text": [254, 236, 203],
"tab_background_text_inactive": [254, 236, 203],
"tab_background_text_incognito": [254, 236, 203],
"tab_background_text_incognite_inactive": [254, 236, 203],
"tab_text": [248, 248, 242],
"toolbar": [162, 89, 73],
"toolbar_text": [248, 248, 242],
"toolbar_button_icon": [255, 255, 255],
"omnibox_text": [0, 0, 0],
"omnibox_background": [237, 173, 159],
"omnibox_focused_background": [0, 0, 0],
"ntp_background": [38, 28, 30],
"ntp_link": [254, 236, 203],
"ntp_text": [248, 248, 242]
}
}
}