1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-30 15:00:44 +00:00
horst3180_arc-theme/extra/Chrome/arc-dark-theme/manifest.json

69 lines
1.5 KiB
JSON
Raw Normal View History

{
"manifest_version":2,
"theme":{
"images":{
"theme_frame":"images/theme_frame.png",
"theme_toolbar":"images/theme_toolbar.png",
"theme_tab_background":"images/theme_tab_background.png"
},
"colors":{
"frame":[
47,
52,
63
],
"toolbar":[
47,
52,
63
],
"tab_text":[
238,
238,
238
],
"tab_background_text":[
36,
36,
36
],
"bookmark_text":[
238,
238,
238
],
"ntp_background":[
64,
69,
82
],
"ntp_text":[
238,
238,
238
],
"button_background":[
59,
66,
80,
1
]
},
"tints":{
"buttons":[
0,
0,
0.81
]
},
"properties":{
"ntp_background_alignment":"bottom",
"ntp_background_repeat":"no-repeat"
}
},
"name":"__MSG_appName__",
"version":"1.1",
"description":"__MSG_appDesc__",
"default_locale":"en"
}