1
0
Fork 0
matched/light-matched-chrome/manifest.json

36 lines
1.0 KiB
JSON

{
"description": "Light Matched: Low contrast dark theme",
"manifest_version": 2,
"name": "Light Matched",
"icons": {
"128": "icon.png"
},
"theme": {
"colors": {
"bookmark_text": [ 102, 102, 102 ],
"frame": [ 191, 191, 191 ],
"frame_inactive": [ 210, 210, 210 ],
"frame_incognito": [ 37, 0, 62 ],
"frame_incognito_inactive": [ 37, 0, 62 ],
"ntp_background": [ 223, 223, 223 ],
"ntp_text": [ 102, 102, 102 ],
"tab_background_text": [ 124, 124, 124 ],
"tab_background_text_inactive": [ 152, 152, 152 ],
"tab_background_text_incognito": [ 134, 113, 148 ],
"tab_background_text_incognito_inactive": [ 85, 57, 105 ],
"tab_text": [ 60, 60, 60 ],
"toolbar": [ 223, 223, 223 ]
},
"tints": {
"buttons": [ 0.6, 0.0, 0.7 ],
"frame_inactive": [ -1, -1, -1 ],
"frame_incognito": [ -1, -1, -1 ],
"frame_incognito_inactive": [ -1, -1, -1 ]
},
"properties": {
"ntp_logo_alternate": 0
}
},
"version": "3"
}