-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
49 lines (43 loc) · 1.21 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
{
"version": "2.4.4",
"name": "Nord",
"description": "A theme based of the Nord colour swatch by arctic ice studios",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"theme": {
"images": {
"theme_ntp_background": "background-4K.png"
},
"colors": {
"frame": [36, 41, 51],
"frame_inactive": [36, 41, 51],
"frame_incognito": [36, 41, 51],
"frame_incognito_inactive": [36, 41, 51],
"background_tab": [36, 41, 51],
"background_tab_inactive": [41, 46, 56],
"bookmark_text": [216, 222, 233],
"button_background": [36, 41, 51],
"tab_background_text": [216, 222, 233],
"tab_background_inactive": [255, 255, 0],
"tab_text": [236, 239, 244],
"toolbar": [59, 66, 82],
"toolbar_button": [255, 255, 0],
"toolbar_button_icon": [216, 222, 233],
"ntp_background": [36, 41, 51],
"ntp_header": [255, 255, 0],
"ntp_link": [255, 255, 0],
"ntp_text": [216, 222, 233]
},
"tints": {
"buttons": [0.61, 0.279, 0.88]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "repeat-x"
}
},
"manifest_version": 2
}